htmgo/templates/starter/Taskfile.yml

16 lines
301 B
YAML
Raw Normal View History

2024-09-23 15:57:59 +00:00
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