Skip to content

Commit

Permalink
Expand alternatives and prior art in readme (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Nov 3, 2022
1 parent 331f61f commit dc2fe21
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2363,12 +2363,18 @@ export PATH := "./node_modules/.bin:" + env_var('PATH')

### 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`.
- [makesure](https://github.com/xonixx/makesure): A simple and portable command runner written in AWK and shell.
- [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/).
- [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.
- [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
------------
Expand Down

0 comments on commit dc2fe21

Please sign in to comment.