https://github.com/pascalgrimaud/generator-jhipster-ci
DEPRECATED: now directly to the main generator
https://github.com/pascalgrimaud/generator-jhipster-ci
Last synced: 12 months ago
JSON representation
DEPRECATED: now directly to the main generator
- Host: GitHub
- URL: https://github.com/pascalgrimaud/generator-jhipster-ci
- Owner: pascalgrimaud
- License: apache-2.0
- Created: 2015-12-23T05:50:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-01T23:37:20.000Z (over 9 years ago)
- Last Synced: 2025-04-19T12:14:08.799Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 16
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-jhipster-ci
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> JHipster module, Continuous Integration support in your JHipster application
# Introduction
This is a [JHipster](http://jhipster.github.io/) module, that is meant to be used in a JHipster application. This module is used to generate yaml files for Continuous Integration with :
- [CircleCI](https://circleci.com/)
- [Gitlab-CI](https://about.gitlab.com/gitlab-ci/)
# Prerequisites
As this is a [JHipster](http://jhipster.github.io/) module, we expect you have JHipster and its related tools already installed:
- [Installing JHipster](https://jhipster.github.io/installation.html)
Depending on the Continuous Integration you choose, you need to have an account on the Cloud Continuous Integration.
# Installation
To install this module:
```bash
npm install -g generator-jhipster-ci
```
To update this module:
```bash
npm update -g generator-jhipster-ci
```
# Usage
To run the module on a JHipster generated application:
```bash
yo jhipster-ci
```
# License
Apache-2.0 © [Pascal Grimaud](https://twitter.com/pascalgrimaud) 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