Skip to content

A really simple library for checking if a feature is enabled/disabled

License

Notifications You must be signed in to change notification settings

mrstebo/SimpleFeatureToggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

MyGet Prerelease NuGet Version

SimpleFeatureToggle

A really simple library for checking if a feature is enabled/disabled

Quick Start

If you are using the FileFeatureLoadingStrategy then here is what the file should look like:

{
  "disabled-feature-1": 0
  "disabled-feature-2": "n",
  "disabled-feature-3": "false"
  "enabled-feature-1": 1
  "enabled-feature-2": "y",
  "enabled-feature-3": "true",  
}

About

A really simple library for checking if a feature is enabled/disabled

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages