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