htmgo/templates/starter/Taskfile.yml
2024-09-23 10:57:59 -05:00

16 lines
No EOL
301 B
YAML

version: '3'
tasks:
run:
cmds:
- go run github.com/maddalax/htmgo/cli/htmgo@latest run
silent: true
build:
cmds:
- go run github.com/maddalax/htmgo/cli/htmgo@latest build
watch:
cmds:
- go run github.com/maddalax/htmgo/cli/htmgo@latest watch
silent: true