This is a Revery app.
There are two convenience scripts to initialize this repo:
scripts/rename chess_tea my_library
- This updates appropriate filenames and contents to use "my_library" as the name.
- Arguments should be snake_case, they will be converted to other forms where appropriate.
scripts/vscode
- This sets up editor support for the OCaml Platform extension by creating
.vscode/settings.json
. - This can be done manually or inside VS Code, but I find this easier.
- This sets up editor support for the OCaml Platform extension by creating
Remove this section from the readme after completing the initialization.
Globally install esy
so that the esy
command is available in the terminal.
npm install -g esy
This may be useful: Global npm without sudo
esy
esy @app
esy @test
This is a combination of esy install
and esy build
esy app
This should automatically rebuild if there are changes
esy test
This should automatically rebuild if there are changes
- For more details and additional setup see:
details.md
- Editor support
- Adding dependencies
- Recursive dub-directories
- Ignoring warnings
- Printing stack traces
For CI/CD, check out esy-ocaml/hello-reason
.