From 7553b33b4d3caedd5650953acf7ae440f2154735 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 13 Dec 2024 16:35:10 +0530 Subject: Init commit with hello world shit --- justfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 justfile (limited to 'justfile') diff --git a/justfile b/justfile new file mode 100644 index 0000000..fab0b56 --- /dev/null +++ b/justfile @@ -0,0 +1,14 @@ +default: + @just --choose + +run *args: + cabal run chelleport -- {{args}} + +test: + cabal test + +testw: + npx nodemon -e .hs -w src --exec 'ghcid -c "cabal repl test:specs" -T :main' + +build: + nix build -- cgit v1.3.1