mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Unleash is the open source feature toggle service.
activation-strategiescontinuous-deliverycontinuous-deploymentdevopsdevtoolexperimentsfeaturefeature-flagsfeature-togglefeature-togglesfeature-togglinghacktoberfesttogglesunleashvariants
bin | ||
docs | ||
lib | ||
migrations | ||
scripts | ||
test | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
migrator.js | ||
package.json | ||
Procfile | ||
README.md | ||
server.js |
unleash
Warning: We will soon release the first official version of Unleash (1.0.0). If you want to test the previous package see previous tag
Demo instance on Heroku
This repo contains the unleash-server, which contains the admin UI and a place to ask for the status of features. In order to make use of unleash you will also need a client implementation.
Known client implementations:
- unleash-client-java
- unleash-client-node
- (you implementaiton here!)
Project details
Developer Guide
If you want to contribute to this project you are encuraged to send issue request, or provie pull-requests. Please read the unleas developer guide to learn more on how you can contribute.
Run with docker
We have made a sperate project which runs unleash inside docker. Please see unelash-docker