1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/README.md

28 lines
1.7 KiB
Markdown
Raw Normal View History

# unleash
2014-11-10 16:25:22 +01:00
2016-11-30 23:56:33 +01:00
__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](https://github.com/unleash/unleash/tree/v1.0.0-alpha.2) __
2016-06-18 11:36:50 +02:00
2016-11-07 09:54:07 +01:00
[![Build Status](https://travis-ci.org/Unleash/unleash.svg?branch=master)](https://travis-ci.org/Unleash/unleash)
2016-11-10 21:15:16 +01:00
[![Coverage Status](https://coveralls.io/repos/github/Unleash/unleash/badge.svg?branch=master)](https://coveralls.io/github/Unleash/unleash?branch=master)
2016-11-10 21:20:18 +01:00
[![Dependency Status](https://david-dm.org/Unleash/unleash.svg)](https://david-dm.org/Unleash/unleash)
[![devDependency Status](https://david-dm.org/Unleash/unleash/dev-status.svg)](https://david-dm.org/Unleash/unleash#info=devD)
2016-11-07 10:07:12 +01:00
![Admin UI](https://cloud.githubusercontent.com/assets/572/5873775/3ddc1a66-a2fa-11e4-923c-0a9569605dad.png)
[Demo](http://unleash.herokuapp.com/) instance on Heroku
2014-11-10 16:39:17 +01:00
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.
2014-11-10 16:39:17 +01:00
Known client implementations:
2016-11-13 15:31:10 +01:00
- [unleash-client-java](https://github.com/unleash/unleash-client-java)
- [unleash-client-node](https://github.com/unleash/unleash-client-node)
2016-11-30 23:56:33 +01:00
- (you implementaiton here!)
2016-09-12 12:06:49 +02:00
## Project details
2016-11-13 15:31:10 +01:00
- [Project Roadmap](https://github.com/unleash/unleash/wiki/Roadmap)
2014-11-10 16:39:17 +01:00
2016-11-30 23:56:33 +01:00
## 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](./docs/developer-guide.md) to learn more on how you can contribute.
2014-10-31 16:35:35 +01:00
2016-11-30 23:56:33 +01:00
## Run with docker
We have made a sperate project which runs unleash inside docker. Please see [unelash-docker](https://github.com/Unleash/unleash-docker)