File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ and towards `denv`.
7979- Write our own custom solution sharing common tasks (I don't like this because it puts more developing load on us.)
8080- Don't attempt to share tasks and rely on documentation (I don't like this because it puts more documentation load on us.)
8181
82- As mentioned earlier, there are [ many programs satisfying the "task runner" description] ( https://github.com/search?q=task%20runner&type=repositories )
83- and - while I am very committed to having _ a_ task runner - I am not very committed to any
84- particular task runner.
82+ As mentioned earlier, there are many programs satisfying the "task runner" description
83+ (just search "task runner" on GitHub) and - while I am very committed to having _ a_ task runner -
84+ I am not very committed to any particular task runner.
8585I chose ` just ` because I liked how easy it was to install, how simple the syntax is for
8686defining tasks (or what it calls "recipes"), and its [ promise of stability] ( https://just.systems/man/en/backwards-compatibility.html ) .
8787Perhaps a different task runner more well-suited to our purposes will come along and
You can’t perform that action at this time.
0 commit comments