1
0
mirror of https://github.com/go-task/task.git synced 2025-01-28 05:36:18 +02:00
task/docs/README.md

10 lines
316 B
Markdown
Raw Normal View History

2018-09-23 15:06:43 -03:00
# Task
A task runner / simpler Make alternative written in Go
2018-09-22 18:44:24 -03:00
Task is a simple tool that allows you to easily run development and build
2018-09-23 15:06:43 -03:00
tasks. Task is written in Go, but can be used to develop any language.
2018-09-22 18:44:24 -03:00
It aims to be simpler and easier to use then [GNU Make][make].
[make]: https://www.gnu.org/software/make/