featureswitch-js
v1.0.4
Published
TypeScript library which implements feature switches
Downloads
4
Maintainers
Readme
featureswitch-js
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