19 lines
322 B
YAML
19 lines
322 B
YAML
# 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
|