JHipster blueprint, Sample blueprint to merge my app with a jHipster one
This is a JHipster blueprint. The goal is to have a plan that can create a new application by merging both our files and those of jHipster.
Don't be shy, follow me @avdev4j
As this is a JHipster blueprint, we expect you have JHipster and its related tools already installed:
To install this blueprint:
yarn global add generator-jhipster-mergeBP
To update this blueprint:
yarn global upgrade generator-jhipster-mergeBP
To install this blueprint:
npm install -g generator-jhipster-mergeBP
To update this blueprint:
npm update -g generator-jhipster-mergeBP
To use this blueprint, run the below command
jhipster --blueprint mergeBP
- On blueprint folder
yarn link
- On blueprint folder
yarn link generator-jhipster
- On the project created
yarn link generator-jhipster
- On the project created
yarn link generator-jhipster-mergeBP
MIT © Anthony Viard