task

CLI

A task runner / simpler Make alternative written in Go.

Modern task runner using Taskfile.yml, simpler than Makefile

3 curated recipes · not yet executed by the harness#taskfile#make#build#runner

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

List all available tasks

~99% est.
task --list

Run a task

~98% est.
task build

Run task with variable

~96% est.
task deploy ENV=production

Install

Homebrewbrew install go-task
Gogo install github.com/go-task/task/v3/cmd/task

Agent notes

When to use
Defining and running project tasks with dependency tracking
Quick examples
  • task build
  • task 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.

Homepage ↗Repository ↗MIT0 views