Files
task/docs/README.md

12 lines
406 B
Markdown
Raw Normal View History

2018-09-22 18:44:24 -03:00
# 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 Golang, but can be used to develop any language.
It aims to be simpler and easier to use then [GNU Make][make].
---
See [Installation](INSTALLATION) and [Getting Started](USAGE#getting-started).
[make]: https://www.gnu.org/software/make/