1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Documentation improvements

This commit is contained in:
Andrey Nering
2018-10-07 18:34:03 -03:00
parent b5b2649283
commit b77fcd6c8a
3 changed files with 60 additions and 22 deletions

View File

@@ -1,10 +1,9 @@
[![Build Status](https://travis-ci.org/go-task/task.svg?branch=master)](https://travis-ci.org/go-task/task)
# Task - A task runner / simpler Make alternative written in Go
# Task
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].
Task is a task runner / build tool that aims to be simpler and easier to use
than, for example, [GNU Make][make].
---