commit 8730d6c739426ca4016baa53c9ce70c8d7b10a03 Author: Scott Richmond Date: Fri Mar 22 20:06:27 2024 +0000 Add readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..cbbce22 --- /dev/null +++ b/readme.md @@ -0,0 +1,11 @@ +# 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 \ No newline at end of file