JHipster module, XM^online like miscroservice generation
This is a JHipster module, that is meant to be used in a JHipster application.
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
To install this module:
yarn global add generator-jhipster-xm
To update this module:
yarn global upgrade generator-jhipster-xm
To install this module:
npm install -g generator-jhipster-xm
To update this module:
npm update -g generator-jhipster-xm
To begin to work:
- launch:
npm install
oryarn install
- link:
npm link
oryarn link
- test your module in a JHipster project:
- go into your JHipster project
- link to your module:
npm link generator-jhipster-xm
oryarn link generator-jhipster-xm
- launch your module:
yo jhipster-xm
- then, come back here, and begin to code!
Apache-2.0 © Ihor Shkurko