Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Latest commit

 

History

History
72 lines (48 loc) · 1.89 KB

README.md

File metadata and controls

72 lines (48 loc) · 1.89 KB

generator-jhipster-module

NPM version Build Status Dependency Status

JHipster module, used to create a JHipster module - "One JHipster module to rule them all"

Introduction

This is not really a JHipster module, that is meant to not be used in a JHipster application. This module is used to generate a new template for coding a new JHipster module. A JHipster module to create a JHipster module 🌀

Prerequisites

Reading this JHipster module

Installation

To install this module:

npm install -g generator-jhipster-module

To update this module:

npm update -g 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