feature-flagger
v0.0.8
Published
Feature flagging to support continuous development
Downloads
2
Maintainers
Readme
Feature Flagger
=====================
#Install
npm i feature-flagger --save
#Usage
featureFlagger.init(
'projectId',
handleFlagsFunc,
handleFlagsErrorFunc
);
//automatically poll for changes
featureFlagger.startListening();
#Running the example
npm start
#Developing Watches index changes and npm installs on example
npm run watch