From 8730d6c739426ca4016baa53c9ce70c8d7b10a03 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Fri, 22 Mar 2024 20:06:27 +0000 Subject: [PATCH] Add readme.md --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 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