waffle.io-toggle
Env based feature toggles.
Usage:
if(ft('my_toggle')){
// toggled feature
}
Set the environment variable FT_MY_TOGGLE=true
to turn on the feature.
Env based feature toggles.
Usage:
if(ft('my_toggle')){
// toggled feature
}
Set the environment variable FT_MY_TOGGLE=true
to turn on the feature.
npm i waffle.io-toggle
0
0.2.0
MIT