Add taskfile

This commit is contained in:
cytopia
2022-12-09 14:25:02 +01:00
parent 5567bc0a8c
commit eec7f6c0e2
4 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
check: task --version | grep -E '[0-9][.0-9]+' || (task --version; false)
all:
type: custom
command: sh -c "$(curl -sS -K --fail -k https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin/