Task runner
last updated: Oct 20, 2023
I usually use makefiles.
just is interesting, it takes makefile syntax(ish) and has better errors and helpful command output. Supports dependencies between jobs
Taskfile is pretty great too, replaces a makefile with a dead simple set of shell scripts. Includes a template to get you started, but really is just bash.
mask takes an interesting approach by requiring you to define your tasks in a markdown file
Backlinks: