mirror of
https://github.com/go-task/task.git
synced 2025-12-25 16:09:26 +01:00
10 lines
316 B
Markdown
10 lines
316 B
Markdown
# Task
|
|
|
|
A task runner / simpler Make alternative written in Go
|
|
|
|
Task is a simple tool that allows you to easily run development and build
|
|
tasks. Task is written in Go, but can be used to develop any language.
|
|
It aims to be simpler and easier to use then [GNU Make][make].
|
|
|
|
[make]: https://www.gnu.org/software/make/
|