JHipster module, Continuous Integration support in your JHipster application
npm install generator-jhipster-ciThis is a JHipster module, that is meant to be used in a JHipster application. This module is used to generate yaml files for Continuous Integration with :
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
Depending on the Continuous Integration you choose, you need to have an account on the Cloud Continuous Integration.
To install this module:
``bash`
npm install -g generator-jhipster-ci
To update this module:
`bash`
npm update -g generator-jhipster-ci
To run the module on a JHipster generated application:
`bash``
yo jhipster-ci
Apache-2.0 © Pascal Grimaud and the respective JHipster contributors
[npm-image]: https://img.shields.io/npm/v/generator-jhipster-ci.svg
[npm-url]: https://npmjs.org/package/generator-jhipster-ci
[travis-image]: https://travis-ci.org/pascalgrimaud/generator-jhipster-ci.svg?branch=master
[travis-url]: https://travis-ci.org/pascalgrimaud/generator-jhipster-ci
[daviddm-image]: https://david-dm.org/pascalgrimaud/generator-jhipster-ci.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/pascalgrimaud/generator-jhipster-ci