From 5364332c05749268000c2ac3f0e6880f965e5fdc Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 2 Oct 2025 14:02:50 +0530 Subject: Init setup with simple tui --- 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..d22d7d2 --- /dev/null +++ b/justfile @@ -0,0 +1,14 @@ +default: + @just --choose + +run *args: + cabal run daffm -- {{args}} + +test *args: + cabal test {{args}} + +testw *args: + nodemon -e .hs -w lib -w specs --exec 'clear && just test {{args}}' + +build: + nix build -- cgit v1.3.1