https://github.com/chess-tea/grout
Routing for Revery ✉️ 📬
https://github.com/chess-tea/grout
Last synced: 8 months ago
JSON representation
Routing for Revery ✉️ 📬
- Host: GitHub
- URL: https://github.com/chess-tea/grout
- Owner: chess-tea
- License: mit
- Created: 2020-02-28T07:53:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T05:47:26.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T17:47:18.575Z (about 1 year ago)
- Language: Reason
- Size: 13 MB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - grout - tea | 19 | (Reason)
README
# Grout ✉️ 📬
> WARNING: Right now this doesn't add any additional features over
[chess-tea/global-state](). Instead of using `Grout` you can use
`global-state` directly.
Routing for Revery
# Documentation
We don't have docs yet. Hah, take that person exploring this library.
# Development
## Primary commands
- `esy` - Builds and installs
- `esy format` - Runs refmt on all source code
- `esy test` - Runs Rely tests
- `esy run` - Runs the example
## Directory setup
- `src/grout`
- `tests/TestExe.re`
- This is the test executable. Any reason files in `tests` that `open TestFramework` and use `describe` will be registered and run when calling `esy test`.
- See [reason-native/rely](https://reason-native.com/docs/rely/).