diff options
| author | Fuwn <[email protected]> | 2025-09-06 16:54:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-06 16:54:00 -0700 |
| commit | 9370702a0c6ab4524cfe6029f6a9b7f08e1246ca (patch) | |
| tree | 18589f272c796cb2f4b1b1732a7c402724ec924a | |
| parent | feat: Initial commit (diff) | |
| download | umabotdiscord-9370702a0c6ab4524cfe6029f6a9b7f08e1246ca.tar.xz umabotdiscord-9370702a0c6ab4524cfe6029f6a9b7f08e1246ca.zip | |
chore: Add justfile
| -rw-r--r-- | justfile | 12 |
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 |