Skip to content

Commit

Permalink
Add alternatives and prior art section to readme (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Oct 28, 2021
1 parent 1a5db82 commit df5682d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit df5682d

Please sign in to comment.