motr/.taskfiles/Taskfile.yml

15 lines
149 B
YAML
Raw Normal View History

2024-12-21 23:43:56 -05:00
# https://taskfile.dev
version: '3'
vars:
GREETING: Hello, World!
includes:
es: ./ES.yml
go: ./Go.yml
2024-12-21 23:43:56 -05:00
tasks:
default:
cmd: "task -l"