From 9370702a0c6ab4524cfe6029f6a9b7f08e1246ca Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 6 Sep 2025 16:54:00 -0700 Subject: chore: Add justfile --- justfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..54ba3a4 --- /dev/null +++ b/justfile @@ -0,0 +1,12 @@ +bun_run command: + bun run {{command}} + +register: + just bun_run register + +publish: + just bun_run publish + +lint: + just bun_run lint + \ No newline at end of file -- cgit v1.2.3