generator-jhipster-customizer

Apply customizations to multiple jhipster projects.

Usage no npm install needed!

<script type="module">
  import generatorJhipsterCustomizer from 'https://cdn.skypack.dev/generator-jhipster-customizer';
</script>

README

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