1.0.4 • Published 6 years ago

featureswitch-js v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

featureswitch-js

Build Status NPM version Dependency Status

JavaScript implementation of a feature switch library

How to Install

$ npm install featureswitch-js

How to Test

Run one, or a combination of the following commands to lint and test your code:

$ npm test              # Run unit tests with Mocha
$ npm run test:watch    # Run unit tests with Mocha, and watch files for changes
$ npm run test:cover    # Run unit tests with code coverage by Istanbul

License

MIT © 2018 John R. Ghidiu