mirror of
https://github.com/go-task/task.git
synced 2026-06-24 05:05:49 +00:00
14 lines
491 B
Markdown
14 lines
491 B
Markdown
[](https://travis-ci.org/go-task/task)
|
|
|
|
# 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].
|
|
|
|
---
|
|
|
|
See [taskfile.org](http://taskfile.org) for documentation.
|
|
|
|
[make]: https://www.gnu.org/software/make/
|