https://github.com/laurazard/drapeau
Playground project for me to play around with and learn more about clojure, clojurescript, graalvm etc.
https://github.com/laurazard/drapeau
clojure clojurescript graalvm tdd
Last synced: 2 months ago
JSON representation
Playground project for me to play around with and learn more about clojure, clojurescript, graalvm etc.
- Host: GitHub
- URL: https://github.com/laurazard/drapeau
- Owner: laurazard
- Created: 2021-08-17T20:08:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-18T15:24:56.000Z (almost 4 years ago)
- Last Synced: 2024-11-24T20:29:44.975Z (6 months ago)
- Topics: clojure, clojurescript, graalvm, tdd
- Language: Clojure
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drapeau
Playground project for me to play around with and learn more about clojure, clojurescript, graalvm etc.
Web app to create and manage feature flags, provide an API to programatically check whether a flag is enabled or disabled, allow complex configurations (like partial deployments, region based, etc.).
## Tests
`clj -M:test`
## API
`clj -M:api`