Skip to content

jeantsai/generator-jhipster-circleci-2

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published