feature-flag-manager
v0.0.1-beta2
Published
ember cli addon that add the ability to create a feature based application
Readme
Feature-flag-manager
Ember cli addon that add the ability to create a feature based application.
Conventions
- all features are known at start, therefore,
- you cannot add features at runtime,
- you can however turn them on and off.,
- each feature has 3 params,
{
name: string,
flag: boolean and,
settings: { options: string array,
selected: string}
}Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
