1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
Unleash is the open source feature toggle service.
Go to file
2016-11-30 23:56:33 +01:00
bin move app and server-impl into lib folder 2016-11-13 21:07:14 +01:00
docs more docs 2016-11-30 23:56:33 +01:00
lib Server Metrics with Prometheus 2016-11-30 23:41:57 +01:00
migrations remove all lerna stuff 2016-11-10 15:52:49 +01:00
scripts remove all lerna stuff 2016-11-10 15:52:49 +01:00
test Server Metrics with Prometheus 2016-11-30 23:41:57 +01:00
.editorconfig
.eslintignore add eslintignore 2016-06-19 10:46:49 +02:00
.eslintrc remove all lerna stuff 2016-11-10 15:52:49 +01:00
.gitignore use ava as testrunner 2016-11-13 15:59:35 +01:00
.travis.yml send coverage after success 2016-11-13 15:59:35 +01:00
LICENSE
migrator.js use options obj 2016-11-13 15:58:14 +01:00
package.json Server Metrics with Prometheus 2016-11-30 23:41:57 +01:00
Procfile Update Procfile 2016-11-13 11:18:29 +01:00
README.md more docs 2016-11-30 23:56:33 +01:00
server.js move app and server-impl into lib folder 2016-11-13 21:07:14 +01:00

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 __

Build Status Coverage Status Dependency Status devDependency Status Admin UI 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:

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