task
CLIA task runner / simpler Make alternative written in Go.
Modern task runner using Taskfile.yml, simpler than Makefile
Recipes
Curated from documentation and usage. Percentages are estimates, not measurements.
List all available tasks
task --listRun a task
task buildRun task with variable
task deploy ENV=productionInstall
Homebrew
brew install go-taskGo
go install github.com/go-task/task/v3/cmd/taskAgent notes
- When to use
- Defining and running project tasks with dependency tracking
- Quick examples
task buildtask test --verbose
Use from an agent
curl -s https://clihub.com/api/tools/task | jq '.agentHints.provenRecipes[] | {task, command, verified}'Or call get_tool with slug task on the MCP server at https://clihub.com/mcp.