rollout-v2

0.1.1 • Public • Published

rollout-v2

NPM version Dependency Status

Install

$ npm install --save rollout-v2

Usage

var Rollout = require('rollout-v2');
var rollout = new Rollout();
rollout.active("newFeature", function (err, active) {
  console.log(err, active);
});

You can take a look the test cases for more details.

API

(Coming soon)

Contributing

  • In lieu of a formal styleguide, take care to maintain the existing coding style.
  • Add unit tests for any new or changed functionality.
  • Lint and test your code using gulp.

License

Copyright (c) 2015 Ainsley Chong. Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i rollout-v2

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • ainsleychong