This commit is contained in:
Wang Sen Di
2025-11-23 14:15:20 +08:00
parent dbd83b7705
commit 6ba67a8d85
22 changed files with 519 additions and 0 deletions

18
Taskfile.yml Normal file
View File

@@ -0,0 +1,18 @@
# https://taskfile.dev
version: "3"
dotenv: [".env", ".taskfile/.env", "{{.HOME}}/.env", ".taskfile/.env.template"]
includes:
env:
taskfile: .taskfile/env.yml
optional: true
flatten: true
cmd:
taskfile: .taskfile/cmd.yml
optional: true
git:
taskfile: .taskfile/git.yml
optional: true