generator-jhipster-safe-extensions
v0.0.2
Published
extend generated code safely
Downloads
1
Maintainers
Readme
generator-jhipster-safe-extensions
It's hard regenerating entities if you need to add a new field if you develop in jhipster by adding custom code to generated java classes. This makes it a little easier by composing generated classes so you can make modifications wihtout worrying about generating more code down the line.
JHipster module, extend generated code safely
Introduction
This is a JHipster module, that is meant to be used in a JHipster application.
Prerequisites
As this is a JHipster module, we expect you have JHipster and its related tools already installed:
Installation
With NPM
To install this module:
npm install -g generator-jhipster-safe-extensions
To update this module:
npm update -g generator-jhipster-safe-extensions
With Yarn
To install this module:
yarn global add generator-jhipster-safe-extensions
To update this module:
yarn global upgrade generator-jhipster-safe-extensions
Usage
License
Apache-2.0 © Eddie Law