Once GitHub Releases exist:
- Download the asset for your OS/arch, e.g.
godo_0.1.0_darwin_arm64(bare) or the.tar.gz/.zip chmod +x godo(Unix)- Move it onto your
$PATH - Check:
godo --version
Full detail: install.md.
With Go available:
go install github.com/my-rv/godo/cmd/godo@latestCreate godo.yaml at the repo root (2-space indent):
version: "0.1"
scripts:
test: go test ./...
vet: go vet ./...
# @deps vet, test
check: go build -o app .version is required. engine.dialect is optional and defaults to package. Script docs and @deps / @dialect are comments immediately above each key — start with guide/scripts.md.
godo test
godo --preview check # see expanded lines, no exec
godo --ls # list scripts- Scripts
- Package dialect
- Deps
- Normative rules: contract.md