|
Docs: Manual · User Guide (repo) |
Install:
go install github.com/neural-chilli/qp/cmd/qp@latestInitialize in a repo:
qp init
qp list
qp help check
qp check
qp guardMinimal qp.yaml:
project: my-service
default: check
tasks:
lint:
desc: Lint code
cmd: golangci-lint run
test:
desc: Run tests
cmd: go test ./...
check:
desc: Local verification
run: par(lint, test)qp list
qp help <task>
qp <task>
qp guard
qp watch guard
qp check --json
qp check --events 2>events.jsonl- Full docs/manual: https://neural-chilli.github.io/qp/
- Cookbook recipes: manual/cookbook
- Release process: docs/releasing.md
