Yeoman generator to create a JHipster module - "One JHipster module to rule them all"
This Yeoman generator will help you to kickstart a new JHipster module, if you want to develop a generator that will add new features to an existing JHipster application.
Reading this JHipster module
To install this module:
npm install -g generator-jhipster-moduleTo update this module:
npm update -g generator-jhipster-moduleTo install this module:
yarn global add generator-jhipster-moduleTo update this module:
yarn global upgrade generator-jhipster-moduleTo run the module, follow these steps :
- create a new directory
mkdir generator-jhipster-<name of your module>- go into this directory
cd generator-jhipster-<name of your module>- init the git repository
git init- launch the jhipster-module
yo jhipster-module- answer all questions
Apache-2.0 © Pascal Grimaud and the respective JHipster contributors