From 4de3abe9e2dff91597bdd6065dd2ca3c9f47e8bf Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 5 Mar 2017 17:31:30 -0300 Subject: [PATCH] README: Have an Alternatives section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3aad21ff..e49afd49 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,16 @@ printos: - echo 'Is SH? {{IsSH}}' ``` +## Alternatives + +Similar software: + +- [tj/robo][robo] +- [dogtools/dog][dog] + [make]: https://www.gnu.org/software/make/ [releases]: https://github.com/go-task/task/releases [golang]: https://golang.org/ [gotemplate]: https://golang.org/pkg/text/template/ +[robo]: https://github.com/tj/robo +[dog]: https://github.com/dogtools/dog