norms/readme.md

11 lines
362 B
Markdown
Raw Permalink Normal View History

2024-03-22 20:06:27 +00:00
# Just
Every Ludus project should have a justfile.
Please use the following commands:
* `build` to build the project
* `repl` to open a repl in the project environment
* `eval` to send text to the repl
* `restart` to restart a repl
* `deploy` to upload a project to its web
* `test` to run all the tests in a project
* `format` to run a code formatter on things