qp

package module
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2026 License: MIT Imports: 3 Imported by: 0

README

Quickly Please logo

Quickly Please (qp)

CI Release Docs Docs Site Latest Release Language License

qp is a local-first task runner and workflow runtime for humans and agents, driven by one qp.yaml.

Docs: Manual · User Guide (repo)

Quickstart

Install:

go install github.com/neural-chilli/qp/cmd/qp@latest

Initialize in a repo:

qp init
qp list
qp help check
qp check
qp guard

Minimal 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)

Common Commands

qp list
qp help <task>
qp <task>
qp guard
qp watch guard
qp check --json
qp check --events 2>events.jsonl

Where To Go Next

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Doc

func Doc(name string) (string, error)

func DocNames

func DocNames() []string

Types

This section is empty.

Directories

Path Synopsis
cmd
qp command
internal
cel
mcp

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL