Skip to content

Jhipster module for Feature Toggle in your JHipster Apps with FF4j (Feature Flipping for Java)

License

Notifications You must be signed in to change notification settings

ff4j/generator-jhipster-ff4j

Repository files navigation

generator-jhipster-ff4j

JHipster module, A Jhipster module to integrate FeatureToggle capability in your application using FF4j (Feature Flipping for Java)

NPM version Dependency Status

JHIPSTER + FF4J

Prerequisites

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

Installation

With Yarn

To install this module:

yarn global add generator-jhipster-ff4j

To update this module:

yarn global upgrade generator-jhipster-ff4j

With NPM

To install this module:

npm install -g generator-jhipster-ff4j

To update this module:

npm update -g generator-jhipster-ff4j

Usage

Run the module on a JHipster generated application:

yo jhipster-ff4j

If you want don't want to answer each question you can use

yo jhipster-ff4j default

This will enable auditing for all available entities (only ones created by the jhipster:entity generator) and add the audit log page under admin

License

Apache-2.0

About

Jhipster module for Feature Toggle in your JHipster Apps with FF4j (Feature Flipping for Java)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published