JHipster module, used to create Circle CI configuration file of version 2
This is a JHipster module, to be used in a JHipster application to generate Circle CI configuration file (version 2).
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
To install this module:
yarn global add generator-jhipster-circleci-2
To update this module:
yarn global upgrade generator-jhipster-circleci-2
To install this module:
npm install -g generator-jhipster-circleci-2
To update this module:
npm update -g generator-jhipster-circleci-2
To generate Circle CI configuration file for current JHipster project, just run the following command from the project folder.
yo jhipster-circleci-2
If encountered a error with messages similar to "No .yo-rc.json found. Or, it is not a valid JHipster project per information in .yo-rc.json.", etc.
Please make sure you are running this generator from inside the main folder of a JHipster project, and there is a .yo-rc.json carrying JHipster configurations. Normally, JHipster will run "yarn install" before the end of generating the scaffold for your. If not, please try to run it manually.
MIT © Jun Cai