35 Forks
267 Stars
267 Watchers

featureflags

The guide to decoupling feature rollout from code deployment for feature flag-driven development. Feature flags give a software organization the power to reduce risk, iterate quicker, and get more control.

How to download and setup featureflags

Open terminal and run command
git clone https://github.com/launchdarkly/featureflags.git
git clone is used to create a copy or clone of featureflags repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with featureflags https://github.com/launchdarkly/featureflags/archive/master.zip

Or simply clone featureflags with SSH
[email protected]:launchdarkly/featureflags.git

If you have some problems with featureflags

You may open issue on featureflags support forum (system) here: https://github.com/launchdarkly/featureflags/issues