From 311d6ceebf232fb25506fd8cd8e7d9824b4680da Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 27 Oct 2021 18:31:36 -0700 Subject: [PATCH] Add alternatives and prior art section to readme --- README.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.adoc b/README.adoc index 680dcee1da..9a405cbcce 100644 --- a/README.adoc +++ b/README.adoc @@ -1805,6 +1805,13 @@ You can customize the above aliases with additional options. For example, if you alias .j='just --justfile ~/.user.justfile --working-directory ~' ``` +=== Alternatives and Prior Art + +There is no shortage of command runners out there! Some more or less similar alternatives to `just` include: + +- [mmake](https://github.com/tj/mmake): A wrapper around `make` with a number of improvements, including remote includes. +- [robo](https://github.com/tj/robo): A YAML-based command runner written in Go. + == Contributing `just` welcomes your contributions! `just` is released under the maximally permissive https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt[CC0] public domain dedication and fallback license, so your changes must also be released under this license.