/toggle-it-core

Simple core implementation of the Feature Toggle pattern in pure Javascript.

Primary LanguageJavaScript

toggle-it-core

Core implementation of the feature-toggle pattern. Mostly to be used by a wrapper that fetches the features configurations.

No dependencies, just pure Javascript (ES6).

Instalation

yarn add toggle-it-core

Usage

Simple example usages can be found at the tests file.