Skip to content

jairojair/featuren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

683a634 · Nov 2, 2018

History

9 Commits
Nov 2, 2018
Nov 2, 2018
Sep 24, 2018
Sep 23, 2018
Sep 23, 2018
Sep 23, 2018
Sep 23, 2018
Sep 23, 2018
Sep 23, 2018
Sep 26, 2018
Sep 23, 2018
Nov 2, 2018
Sep 23, 2018
Sep 26, 2018
Nov 2, 2018
Sep 26, 2018
Sep 23, 2018

Repository files navigation

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.