Skip to content

Commit 460297e

Browse files
committed
README: Add more alternatives
1 parent 561349c commit 460297e

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Task - Simple task runner / "Make" alternative
55

66
Task is a simple tool that allows you to easily run development and build
7-
tasks. Task is written in Go, but can be used to develop any language.
7+
tasks. Task is written in Golang, but can be used to develop any language.
88
It aims to be simpler and easier to use then [GNU Make][make].
99

1010
## Installation
@@ -360,17 +360,21 @@ If you give a `--watch` or `-w` argument, task will watch for files changes
360360
and run the task again. This requires the `sources` attribute to be given,
361361
so task know which files to watch.
362362

363-
## Alternatives
363+
## Alternative task runners
364364

365-
Similar software:
366-
367-
- [tj/robo][robo]
368-
- [dogtools/dog][dog]
365+
- YAML based:
366+
- [tj/robo][robo]
367+
- [dogtools/dog][dog]
368+
- Go based:
369+
- [go-godo][godo]
370+
- [markbates/grift][grift]
369371

370372
[make]: https://www.gnu.org/software/make/
371373
[releases]: https://github.com/go-task/task/releases
372374
[golang]: https://golang.org/
373375
[gotemplate]: https://golang.org/pkg/text/template/
374376
[robo]: https://github.com/tj/robo
375377
[dog]: https://github.com/dogtools/dog
378+
[godo]: https://github.com/go-godo/godo
379+
[grift]: https://github.com/markbates/grift
376380
[sh]: https://github.com/mvdan/sh

0 commit comments

Comments
 (0)