deno.land / x / velociraptor@1.5.0 / scripts.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
scripts:
test: cmd: deno test -Ar desc: Runs the tests gitHook: pre-push
format: cmd: | FILES=$(git diff --cached --name-only --diff-filter=ACMR "*.ts") [ -z "$FILES" ] && exit 0 echo "$FILES" | xargs deno fmt echo "$FILES" | xargs git add desc: Formats staged files gitHook: pre-commit
commitlint: cmd: npx commitlint -x @commitlint/config-conventional -e desc: Checks commit messages format gitHook: commit-msg
velociraptor

Version Info

Tagged at
2 years ago