Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidjfelix/toglion
A thing for feature flags
https://github.com/davidjfelix/toglion
Last synced: 22 days ago
JSON representation
A thing for feature flags
- Host: GitHub
- URL: https://github.com/davidjfelix/toglion
- Owner: DavidJFelix
- Created: 2021-06-20T15:29:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T19:35:14.000Z (over 2 years ago)
- Last Synced: 2024-12-08T21:38:27.497Z (29 days ago)
- Language: TypeScript
- Homepage: https://toglion.dev
- Size: 1.14 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# TogLion
A thing for feature flags management.
## What are we building?
Websocket chatroom that handles feature flag updates. Listens for updates and
re-renders anything in its tree if it gets an update.## Packages
- `api`: receives the website updates and passes them on to clients
- `client`: library for consuming feature flags
- `dashboard`: hosted dashboard which allows you to sign in and toggle feature
flags
- `types`: common types shared between other packages## Tooling
- Monorepo
- Yarn Workspaces
- `preconstruct` for building library
- `@manypkg/cli` for command runner