Expand alternatives and prior art in readme (#1401)

This commit is contained in:
Casey Rodarmor 2022-11-03 00:03:53 -07:00 committed by GitHub
parent 331f61f59c
commit dc2fe21e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2363,12 +2363,18 @@ export PATH := "./node_modules/.bin:" + env_var('PATH')
### Alternatives and Prior Art ### Alternatives and Prior Art
There is no shortage of command runners out there! Some more or less similar alternatives to `just` include: There is no shortage of command runners! Some more or less similar alternatives to `just` include:
- [make](https://en.wikipedia.org/wiki/Make_(software)): The Unix build tool that inspired `just`. - [make](https://en.wikipedia.org/wiki/Make_(software)): The Unix build tool that inspired `just`. There are a few different modern day descendents of the original `make`, including [FreeBSD Make](https://www.freebsd.org/cgi/man.cgi?make(1)) and [GNU Make](https://www.gnu.org/software/make/).
- [makesure](https://github.com/xonixx/makesure): A simple and portable command runner written in AWK and shell. - [task](https://github.com/go-task/task): A YAML-based command runner written in Go.
- [maid](https://github.com/egoist/maid): A Markdown-based command runner written in JavaScript.
- [microsoft/just](https://github.com/microsoft/just): A JavasScript-based command runner written in JavaScript.
- [cargo-make](https://github.com/sagiegurari/cargo-make): A command runner for Rust projects.
- [mmake](https://github.com/tj/mmake): A wrapper around `make` with a number of improvements, including remote includes. - [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. - [robo](https://github.com/tj/robo): A YAML-based command runner written in Go.
- [mask](https://github.com/jakedeichert/mask): A Markdown-based command runner written in Rust.
- [makesure](https://github.com/xonixx/makesure): A simple and portable command runner written in AWK and shell.
- [haku](https://github.com/VladimirMarkelov/haku): A make-like command runner written in Rust.
Contributing Contributing
------------ ------------