Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including feature-flag-manager with all npm packages installed. Try it out:

var featureFlagManager = require("feature-flag-manager")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

feature-flag-manager v0.0.1

ember cli addon that add the ability to create a feature based application,conventions: 1. all features are known at start, therefore,2. you cannot add features at runtime,3. you can however turn them on and off.,4. each feature has 3 params,{name: string,flag: boolean and,settings: { options: string array,,selected: string}}

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free