JHipster blueprint, Easily customize jhipster project and create blueprints.
Apply customizations to multiples jhipster projects. Can be used to create blueprints based on patches.
This is a JHipster blueprint, that is meant to be used in a JHipster application.
As this is a JHipster blueprint, we expect you have JHipster and its related tools already installed:
To install this blueprint:
npm install -g generator-jhipster-customizer
jhipster --blueprints customizer
This will look for patches located at the customizer
folder with the name: customizer/${generator_name}/**/*.js
and customizer/${feature_name}/${generator_name}/**/*.js
.
Features with name of the generator can conflict.
There are some examples at examples folder. Just copy the feature to your project customizer folder.
Apache-2.0 © Marcelo Shima