htmgo/htmgo-site/Taskfile.yml
2024-09-20 11:45:23 -05:00

16 lines
No EOL
283 B
YAML

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