Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emkay/lightswitch

The feature switch service
https://github.com/emkay/lightswitch

feature lightswitch p2p service switch

Last synced: 3 days ago
JSON representation

The feature switch service

Awesome Lists containing this project

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:

```toml
[all]
enableHeader = true

[org.1234]
enableHeader = false
[org.4321]
enableHeader = false
superSpeed = true
```