htmgo/examples/todo-list/Taskfile.yml
2024-09-22 21:33:22 -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