JHipster module, used to create a JHipster blueprint
This is not really a JHipster module, that is meant to not be used in a JHipster application. This module is used to generate a template for coding a new JHipster blueprint. A JHipster module to create a JHipster blueprint.
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 :
- 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-blueprint
yo jhipster-blueprint
- answer all questions
Apache-2.0 © Deepu KS and the respective JHipster contributors