Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 958 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 958 Bytes

Featuren

Build Status Coverage Status

A simple application for managing your features in production.

Introduction

Feature flags/toggles/controls are a software development best practice of gating functionality, used by companies like Google and Facebook. Functionality can be deployed “off”, then turned on via the feature flag, separate from deployment.

More details about: https://jairojair.github.io/featuren/

The main goal for this project is create a simple and open source application for managing your features in production.