htmgo/templates/starter/Taskfile.yml

20 lines
345 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
2024-09-24 20:03:29 +00:00
docker:
cmds:
- docker build .
2024-09-23 15:57:59 +00:00
watch:
cmds:
- go run github.com/maddalax/htmgo/cli/htmgo@latest watch
silent: true