0.2.0 • Published 10 years ago
waffle.io-toggle v0.2.0
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.