2.6.1 • Published 5 years ago
generator-jhipster-module v2.6.1
generator-jhipster-module
Yeoman generator to create a JHipster module - "One JHipster module to rule them all"
Introduction
This Yeoman generator will help you to kickstart a new JHipster module, if you want to develop a generator that will add new features to an existing JHipster application.
Prerequisites
Reading this JHipster module
Installation
With NPM
To install this module:
npm install -g generator-jhipster-module
To update this module:
npm update -g generator-jhipster-module
With Yarn
To install this module:
yarn global add generator-jhipster-module
To update this module:
yarn global upgrade generator-jhipster-module
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-module
yo jhipster-module
- answer all questions
License
Apache-2.0 © Pascal Grimaud and the respective JHipster contributors
2.6.1
5 years ago
2.6.0
6 years ago
2.5.0
6 years ago
2.4.1
7 years ago
2.4.0
7 years ago
2.3.1
8 years ago
2.3.0
8 years ago
2.2.0
8 years ago
2.1.1
8 years ago
2.1.0
8 years ago
2.0.0
8 years ago
1.1.0
9 years ago
1.0.0
9 years ago
0.0.9
9 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago