Yeoman generator to create a JHipster blueprint
This Yeoman generator will help you to kickstart a new JHipster blueprint, if you intent to override or extend the JHipster generator.
Reading this JHipster blueprint
To install this module:
npm install -g generator-jhipster-blueprint
To update this module:
npm update -g generator-jhipster-blueprint
To install this module:
yarn global add generator-jhipster-blueprint
To update this module:
yarn global upgrade generator-jhipster-blueprint
To run the module, follow these steps :
mkdir generator-jhipster-<name of your module>
cd generator-jhipster-<name of your module>
git init
yo jhipster-blueprint
Apache-2.0 © Deepu KS and the respective JHipster contributors