0.3.0 • Published 4 years ago

generator-jhipster-blueprint v0.3.0

Weekly downloads
16
License
Apache-2.0
Repository
github
Last release
4 years ago

generator-jhipster-blueprint

NPM version Azure DevOps Build Status Build Status Dependency Status

Yeoman generator to create a JHipster blueprint

Introduction

This Yeoman generator will help you to kickstart a new JHipster blueprint, if you intent to override or extend the JHipster generator.

Prerequisites

Reading this JHipster blueprint

Installation

With NPM

To install this module:

npm install -g generator-jhipster-blueprint

To update this module:

npm update -g generator-jhipster-blueprint

With Yarn

To install this module:

yarn global add generator-jhipster-blueprint

To update this module:

yarn global upgrade generator-jhipster-blueprint

Usage

To run the module, follow these steps :

  • create a new directory
mkdir generator-jhipster-<name of your module>
  • go into this directory
cd generator-jhipster-<name of your module>
  • init the git repository
git init
  • launch the jhipster-blueprint
yo jhipster-blueprint
  • answer all questions

License

Apache-2.0 © Deepu KS and the respective JHipster contributors

0.3.0

4 years ago

0.2.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago