https://github.com/rizo/reason-hello
Basic project configuration for Reason with jbuilder.
https://github.com/rizo/reason-hello
Last synced: 3 months ago
JSON representation
Basic project configuration for Reason with jbuilder.
- Host: GitHub
- URL: https://github.com/rizo/reason-hello
- Owner: rizo
- License: mit
- Created: 2018-01-17T11:34:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T16:28:50.000Z (about 7 years ago)
- Last Synced: 2025-03-19T22:08:15.295Z (3 months ago)
- Language: OCaml
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reason-hello
Basic project configuration for Reason with jbuilder.
## Quickstart
This project can be built and run with `jbuilder`:
```
$ jbuilder build
$ jbuilder exec hello
```