lightswitch

The feature switch service

MIT 3 个版本
安装
npm install lightswitch
yarn add lightswitch
pnpm add lightswitch
bun add lightswitch
README

lightswitch

The feature switch service

Usage

npx lightswitch serve -d /path/to/data -b /path/to/config.toml

Config

The config bundles are written using TOML. Here is an example:

[all]
  enableHeader = true

[org.1234]
  enableHeader = false
[org.4321]
  enableHeader = false
  superSpeed = true
版本列表
1.0.1 2018-10-25
0.0.2 2013-12-15
0.0.1 2012-03-28