feat: add justfile

This commit is contained in:
2026-01-12 00:43:59 +08:00
parent 3a74da85d2
commit fa217ce0f2
3 changed files with 27 additions and 11 deletions

9
justfile Normal file
View File

@@ -0,0 +1,9 @@
alias tl:=test-libraries
_:
@just --list
# test all libraries
test-libraries:
deno test --allow-all libraries/*