$ gnpm install lightswitch
The feature switch service
npx lightswitch serve -d /path/to/data -b /path/to/config.toml
The config bundles are written using TOML. Here is an example:
[all]
enableHeader = true
[org.1234]
enableHeader = false
[org.4321]
enableHeader = false
superSpeed = true
Copyright 2013 - present © cnpmjs.org | Home |