A very simple Justfile used in this article to illustrate how a Justfile
works.
You'll need just
installed to run it.
See: https://github.com/casey/just
See for all options: https://just.systems/man/en/chapter_4.html
brew install just
port install just
sudo apt install just
snap install --edge --classic just
dnf install just
apk add just
scoop install just
choco install just