0 Forks
0 Stars
0 Watchers

feature-flags

This is the complementary repository for the video series Implementing Feature Flags from Scratch. The goal is to develop a complete solution(minus the front-end, at least for now) to manage and use Feature Flags (also known as Feature Toggles) without using any existing framework or tools to handle them.

How to download and setup feature-flags

Open terminal and run command
git clone https://github.com/marcellothiry/feature-flags.git
git clone is used to create a copy or clone of feature-flags 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 feature-flags https://github.com/marcellothiry/feature-flags/archive/master.zip

Or simply clone feature-flags with SSH
[email protected]:marcellothiry/feature-flags.git

If you have some problems with feature-flags

You may open issue on feature-flags support forum (system) here: https://github.com/marcellothiry/feature-flags/issues