1
1
mirror of https://github.com/casey/just.git synced 2024-11-22 10:26:26 +03:00
This commit is contained in:
casey 2022-07-29 17:11:09 +00:00
parent 1bf7e40008
commit 5de377007d
4 changed files with 10 additions and 14 deletions

View File

@ -137,12 +137,10 @@
<h3 id="alternatives-and-prior-art"><a class="header" href="#alternatives-and-prior-art">Alternatives and Prior Art</a></h3>
<p>There is no shortage of command runners out there! Some more or less similar alternatives to <code>just</code> include:</p>
<ul>
<li>
<p><a href="https://github.com/tj/mmake">mmake</a>: A wrapper around <code>make</code> with a number of improvements, including remote includes.</p>
</li>
<li>
<p><a href="https://github.com/tj/robo">robo</a>: A YAML-based command runner written in Go.</p>
</li>
<li><a href="https://en.wikipedia.org/wiki/Make_(software)">make</a>: The Unix build tool that inspired <code>just</code>.</li>
<li><a href="https://github.com/xonixx/makesure">makesure</a>: A simple and portable command runner written in AWK and shell.</li>
<li><a href="https://github.com/tj/mmake">mmake</a>: A wrapper around <code>make</code> with a number of improvements, including remote includes.</li>
<li><a href="https://github.com/tj/robo">robo</a>: A YAML-based command runner written in Go.</li>
</ul>
</main>

View File

@ -1695,12 +1695,10 @@ done
<div style="break-before: page; page-break-before: always;"></div><h3 id="alternatives-and-prior-art"><a class="header" href="#alternatives-and-prior-art">Alternatives and Prior Art</a></h3>
<p>There is no shortage of command runners out there! Some more or less similar alternatives to <code>just</code> include:</p>
<ul>
<li>
<p><a href="https://github.com/tj/mmake">mmake</a>: A wrapper around <code>make</code> with a number of improvements, including remote includes.</p>
</li>
<li>
<p><a href="https://github.com/tj/robo">robo</a>: A YAML-based command runner written in Go.</p>
</li>
<li><a href="https://en.wikipedia.org/wiki/Make_(software)">make</a>: The Unix build tool that inspired <code>just</code>.</li>
<li><a href="https://github.com/xonixx/makesure">makesure</a>: A simple and portable command runner written in AWK and shell.</li>
<li><a href="https://github.com/tj/mmake">mmake</a>: A wrapper around <code>make</code> with a number of improvements, including remote includes.</li>
<li><a href="https://github.com/tj/robo">robo</a>: A YAML-based command runner written in Go.</li>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h2 id="contributing"><a class="header" href="#contributing">Contributing</a></h2>
<p><code>just</code> welcomes your contributions! <code>just</code> is released under the maximally permissive <a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt">CC0</a> public domain dedication and fallback license, so your changes must also be released under this license.</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long