Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-jhipster-module

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-jhipster-module

Yeoman generator to create a JHipster module

  • 2.6.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-7.14%
Maintainers
5
Weekly downloads
 
Created
Source

generator-jhipster-module

NPM version Azure DevOps Build Status Build Status Dependency Status

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

Keywords

FAQs

Package last updated on 10 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc