Socket
Book a DemoInstallSign in
Socket

generator-jhipster-customizer

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-jhipster-customizer

Apply customizations to multiple jhipster projects.

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

generator-jhipster-customizer

NPM version Node.js CI Dependency Status

JHipster blueprint, Easily customize jhipster project and create blueprints.

Introduction

Apply customizations to multiples jhipster projects. Can be used to create blueprints based on patches.

This is a JHipster blueprint, that is meant to be used in a JHipster application.

Prerequisites

As this is a JHipster blueprint, we expect you have JHipster and its related tools already installed:

Installation

To install this blueprint:

npm install -g generator-jhipster-customizer

Usage

To use this blueprint, run the below command

jhipster --blueprints customizer

This will look for patches located at the customizer folder with the name: customizer/${generator_name}/**/*.js and customizer/${feature_name}/${generator_name}/**/*.js. Features with name of the generator can conflict.

Creating a patch

There are some examples at examples folder.

License

Apache-2.0 © Marcelo Shima

Keywords

jhipster-blueprint

FAQs

Package last updated on 06 Jun 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