Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emkay/lightswitch
- Owner: emkay
- License: mit
- Created: 2018-07-06T03:33:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T20:59:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T21:31:11.947Z (about 2 months ago)
- Topics: feature, lightswitch, p2p, service, switch
- Language: JavaScript
- Size: 1.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```