1.0.1 • Published 3 years ago

nodejs-toggles-module v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Feature Toggles Library for Node JS applications

TODO

Requirements

Building Locally

Ensure you have the correct node version. For example, if you are using nvm, you can simple run the following commands:

nvm install
nvm use

Running Tests

  • npm test: run all tests
  • npm run test:unit: run unit tests once

Useful commands

  • Automatically fix lint problems
npm run lint:fix
  • Adding new packages
npm install <package_name>
  • Removing package
npm remove <package_name>
  • create lib folder running babel
npm run prepublish