File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ and towards `denv`.
79
79
- Write our own custom solution sharing common tasks (I don't like this because it puts more developing load on us.)
80
80
- Don't attempt to share tasks and rely on documentation (I don't like this because it puts more documentation load on us.)
81
81
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.
85
85
I chose ` just ` because I liked how easy it was to install, how simple the syntax is for
86
86
defining tasks (or what it calls "recipes"), and its [ promise of stability] ( https://just.systems/man/en/backwards-compatibility.html ) .
87
87
Perhaps 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