Just: A Command Runner
My notes
That’s the official URL, but it points at the repo. The repo holds all the useful details, including documentation. I bookmarked the site /just/ in case.
A justfile
looks a lot like a Makefile
, but the focus differs:
Just is a command runner, not a build system, so it avoids much of Make’s complexity and idiosyncrasies.