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

generator-jhipster-blueprint

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-jhipster-blueprint

JHipster module, used to create a JHipster blueprint

  • 0.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by150%
Maintainers
1
Weekly downloads
 
Created
Source

generator-jhipster-blueprint

NPM version Build Status Dependency Status

JHipster module, used to create a JHipster blueprint

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 template for coding a new JHipster blueprint. A JHipster module to create a JHipster blueprint.

Prerequisites

Reading this JHipster blueprint

Installation

With Yarn

To install this module:

yarn global add generator-jhipster-blueprint

To update this module:

yarn global upgrade generator-jhipster-blueprint

With NPM

To install this module:

npm install -g generator-jhipster-blueprint

To update this module:

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

Keywords

FAQs

Package last updated on 02 Jul 2018

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