2017-03-19 15:54:18 -03:00
|
|
|
[![Build Status](https://travis-ci.org/go-task/task.svg?branch=master)](https://travis-ci.org/go-task/task)
|
2017-03-01 20:07:21 -03:00
|
|
|
|
2017-09-07 14:40:54 -03:00
|
|
|
# Task - A task runner / simpler Make alternative written in Go
|
2017-02-28 09:14:11 -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.
|
2017-02-28 09:14:11 -03:00
|
|
|
It aims to be simpler and easier to use then [GNU Make][make].
|
|
|
|
|
2018-09-22 18:44:24 -03:00
|
|
|
---
|
2018-04-07 14:33:10 -03:00
|
|
|
|
2018-09-24 21:34:10 -03:00
|
|
|
See [taskfile.org](https://taskfile.org) for documentation.
|
2018-04-07 14:33:10 -03:00
|
|
|
|
2017-02-28 09:14:11 -03:00
|
|
|
[make]: https://www.gnu.org/software/make/
|