summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-06 16:54:00 -0700
committerFuwn <[email protected]>2025-09-06 16:54:00 -0700
commit9370702a0c6ab4524cfe6029f6a9b7f08e1246ca (patch)
tree18589f272c796cb2f4b1b1732a7c402724ec924a
parentfeat: Initial commit (diff)
downloadumabotdiscord-9370702a0c6ab4524cfe6029f6a9b7f08e1246ca.tar.xz
umabotdiscord-9370702a0c6ab4524cfe6029f6a9b7f08e1246ca.zip
chore: Add justfile
-rw-r--r--justfile12
1 files changed, 12 insertions, 0 deletions
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