AlbertHernandez / feature-flag-config-cat-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature flag Config Cat Example

Example of how we can use Config Cat for handling feature flags

Table of Contents

Preparing environment to contribute

This library has been designed to work with node v16 and npm 8. In order to configure your local environment you can run:

nvm install 16.0.0
nvm use
npm install npm@8.3.0 -g
npm install
npm run build
npm run start

Linting

Run the linter

npm run lint

Fix lint issues automatically

npm run lint:fix

About

License:MIT License


Languages

Language:TypeScript 89.3%Language:JavaScript 7.9%Language:Shell 2.8%