File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 44# Task - Simple task runner / "Make" alternative
55
66Task 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.
88It 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
360360and run the task again. This requires the `sources` attribute to be given,
361361so 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
You can’t perform that action at this time.
0 commit comments