gitmyhub

task

Go ★ 16k updated 22h ago

A fast, cross-platform build tool inspired by Make, designed for modern workflows.

Task is a cross-platform task runner and build tool written in Go. You define commands in a YAML Taskfile and run them with a single short command.

GoYAMLsetup: easycomplexity 2/5

Task is a fast, cross-platform build tool and task runner written in Go, designed as a modern alternative to Make. A build tool like Make (or Task) lets you define commands and workflows in a configuration file — here called a Taskfile — so that running a single short command can trigger a chain of steps like compiling code, running tests, or deploying an app, without having to remember and type each command manually. Task is designed to work on Windows, macOS, and Linux, making it practical for teams across different operating systems. Installation instructions, a getting-started guide, and full documentation are available at taskfile.dev. Community support is available through a Discord server.

Where it fits