task
CLIA task runner / simpler Make alternative written in Go.
2 views
Installation
Homebrew
brew install go-taskGo
go install github.com/go-task/task/v3/cmd/taskLinks
License
MITAI Agent Notes
Modern task runner using Taskfile.yml, simpler than Makefile
When to use
Defining and running project tasks with dependency tracking
Examples
task buildtask test --verbose
Proven Recipes
List all available tasks🟢 99% success
task --listRun a task🟢 98% success
task buildRun task with variable🟢 96% success
task deploy ENV=production