htmgo/htmgo-site/Taskfile.yml

16 lines
283 B
YAML
Raw Normal View History

2024-09-20 16:45:23 +00:00
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