-
This commit is contained in:
18
Taskfile.yml
Normal file
18
Taskfile.yml
Normal 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
|
||||
Reference in New Issue
Block a user