Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ff4j/generator-jhipster-ff4j
Jhipster module for Feature Toggle in your JHipster Apps with FF4j (Feature Flipping for Java)
https://github.com/ff4j/generator-jhipster-ff4j
Last synced: about 1 month ago
JSON representation
Jhipster module for Feature Toggle in your JHipster Apps with FF4j (Feature Flipping for Java)
- Host: GitHub
- URL: https://github.com/ff4j/generator-jhipster-ff4j
- Owner: ff4j
- License: apache-2.0
- Created: 2017-06-12T20:28:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T04:37:30.000Z (6 months ago)
- Last Synced: 2024-08-09T18:55:39.796Z (5 months ago)
- Language: JavaScript
- Size: 2.56 MB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-jhipster-ff4j
JHipster module, A Jhipster module to integrate FeatureToggle capability in your application using FF4j (Feature Flipping for Java)
[![NPM version][npm-image]][npm-url]
[![Dependency Status][daviddm-image]][daviddm-url]| JHIPSTER | + | FF4J |
| ------------- |:-------------:| -----:|
| | | |## Prerequisites
As this is a [JHipster](http://jhipster.github.io/) module, we expect you have JHipster and its related tools already installed:
- [Installing JHipster](https://jhipster.github.io/installation.html)
## Installation
### With Yarn
To install this module:
```bash
yarn global add generator-jhipster-ff4j
```To update this module:
```bash
yarn global upgrade generator-jhipster-ff4j
```### With NPM
To install this module:
```bash
npm install -g generator-jhipster-ff4j
```To update this module:
```bash
npm update -g generator-jhipster-ff4j
```## Usage
Run the module on a JHipster generated application:
```bash
yo jhipster-ff4j
```If you want don't want to answer each question you can use
```bash
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
[npm-image]: https://img.shields.io/npm/v/generator-jhipster-ff4j.svg
[npm-url]: https://npmjs.org/package/generator-jhipster-ff4j
[travis-image]: https://travis-ci.org/clun/generator-jhipster-ff4j.svg?branch=master
[travis-url]: https://travis-ci.org/clun/generator-jhipster-ff4j
[daviddm-image]: https://david-dm.org/clun/generator-jhipster-ff4j.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/clun/generator-jhipster-module