1.1.2 • Published 6 years ago

generator-jhipster-circleci-2 v1.1.2

Weekly downloads
33
License
MIT
Repository
github
Last release
6 years ago

generator-jhipster-circleci-2

NPM version NPM Downloads Build Status Coverage Status Dependency Status devDependencies Status peerDependency Status

JHipster module, used to create Circle CI configuration file of version 2

Introduction

This is a JHipster module, to be used in a JHipster application to generate Circle CI configuration file (version 2).

Prerequisites

As this is a JHipster module, we expect you have JHipster and its related tools already installed:

Installation

With Yarn

To install this module:

yarn global add generator-jhipster-circleci-2

To update this module:

yarn global upgrade generator-jhipster-circleci-2

With NPM

To install this module:

npm install -g generator-jhipster-circleci-2

To update this module:

npm update -g generator-jhipster-circleci-2

Usage

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.

License

MIT © Jun Cai

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago