Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itemconsulting/feature-toggle-app
Feature Toggle admin tool for Enonic XP
https://github.com/itemconsulting/feature-toggle-app
Last synced: about 2 months ago
JSON representation
Feature Toggle admin tool for Enonic XP
- Host: GitHub
- URL: https://github.com/itemconsulting/feature-toggle-app
- Owner: ItemConsulting
- License: mit
- Created: 2020-06-10T11:00:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T13:04:29.000Z (over 1 year ago)
- Last Synced: 2023-09-15T03:50:00.424Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 240 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feature Toggle
This is a feature toggle application for Enonic XP. It allows you to create feature toggles and use them in your applications.
[![](https://jitpack.io/v/no.item/feature-toggle-app.svg)](https://jitpack.io/#no.item/feature-toggle-app)
## Deploying
### Building
To build he project run the following code
```bash
enonic project build
```### Deploy locally
Deploy locally for testing purposes:
```bash
enonic project deploy
```
## Deploy to JitpackGo to the [Jitpack page for feature-toggle-app](https://jitpack.io/#no.item/feature-toggle-app) to deploy from GitHub (after
[creating a new versioned release](https://github.com/ItemConsulting/feature-toggle-app/releases/new)).