mirror of
https://github.com/go-task/task.git
synced 2025-07-17 01:43:07 +02:00
Update README.md
Includes removing unmaintained alternatives
This commit is contained in:
14
README.md
14
README.md
@ -25,7 +25,6 @@ It aims to be simpler and easier to use then [GNU Make][make].
|
|||||||
- [Silent mode](#silent-mode)
|
- [Silent mode](#silent-mode)
|
||||||
- [Watch tasks](#watch-tasks-experimental)
|
- [Watch tasks](#watch-tasks-experimental)
|
||||||
- [Examples](#examples)
|
- [Examples](#examples)
|
||||||
- [Task in the wild](#task-in-the-wild)
|
|
||||||
- [Alternative task runners](#alternative-task-runners)
|
- [Alternative task runners](#alternative-task-runners)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
@ -530,22 +529,14 @@ The [go-task/examples][examples] intends to be a collection of Taskfiles for
|
|||||||
various use cases.
|
various use cases.
|
||||||
(It still lacks many examples, though. Contributions are welcome).
|
(It still lacks many examples, though. Contributions are welcome).
|
||||||
|
|
||||||
## Task in the wild
|
|
||||||
|
|
||||||
- [How I Build My Static Assets for Hugo][post-hugo]
|
|
||||||
|
|
||||||
## Alternative task runners
|
## Alternative task runners
|
||||||
|
|
||||||
- YAML based:
|
- YAML based:
|
||||||
- [tj/robo][robo]
|
|
||||||
- [dogtools/dog][dog]
|
|
||||||
- [goeuro/myke][myke]
|
- [goeuro/myke][myke]
|
||||||
- [dreadl0ck/zeus][zeus]
|
- [dreadl0ck/zeus][zeus]
|
||||||
- [rliebz/tusk][tusk]
|
- [rliebz/tusk][tusk]
|
||||||
- Go based:
|
- Go based:
|
||||||
- [go-godo/godo][godo]
|
|
||||||
- [markbates/grift][grift]
|
- [markbates/grift][grift]
|
||||||
- [nstratos/make.go][make.go]
|
|
||||||
- [magefile/mage][mage]
|
- [magefile/mage][mage]
|
||||||
- Make based:
|
- Make based:
|
||||||
- [tj/mmake][mmake]
|
- [tj/mmake][mmake]
|
||||||
@ -554,18 +545,13 @@ various use cases.
|
|||||||
[releases]: https://github.com/go-task/task/releases
|
[releases]: https://github.com/go-task/task/releases
|
||||||
[golang]: https://golang.org/
|
[golang]: https://golang.org/
|
||||||
[gotemplate]: https://golang.org/pkg/text/template/
|
[gotemplate]: https://golang.org/pkg/text/template/
|
||||||
[robo]: https://github.com/tj/robo
|
|
||||||
[dog]: https://github.com/dogtools/dog
|
|
||||||
[myke]: https://github.com/goeuro/myke
|
[myke]: https://github.com/goeuro/myke
|
||||||
[zeus]: https://github.com/dreadl0ck/zeus
|
[zeus]: https://github.com/dreadl0ck/zeus
|
||||||
[tusk]: https://github.com/rliebz/tusk
|
[tusk]: https://github.com/rliebz/tusk
|
||||||
[godo]: https://github.com/go-godo/godo
|
|
||||||
[grift]: https://github.com/markbates/grift
|
[grift]: https://github.com/markbates/grift
|
||||||
[make.go]: https://github.com/nstratos/make.go
|
|
||||||
[mage]: https://github.com/magefile/mage
|
[mage]: https://github.com/magefile/mage
|
||||||
[mmake]: https://github.com/tj/mmake
|
[mmake]: https://github.com/tj/mmake
|
||||||
[sh]: https://github.com/mvdan/sh
|
[sh]: https://github.com/mvdan/sh
|
||||||
[post-hugo]: https://blog.carlmjohnson.net/post/2017/hugo-asset-pipeline/
|
|
||||||
[minify]: https://github.com/tdewolff/minify/tree/master/cmd/minify
|
[minify]: https://github.com/tdewolff/minify/tree/master/cmd/minify
|
||||||
[examples]: https://github.com/go-task/examples
|
[examples]: https://github.com/go-task/examples
|
||||||
[snapcraft]: https://snapcraft.io/
|
[snapcraft]: https://snapcraft.io/
|
||||||
|
Reference in New Issue
Block a user