Description
Project commands can be collected into a justfile and run with short memorable names.
It is useful for build, test, formatting, deployment, and maintenance tasks that would otherwise be long shell commands. Recipes can execute arbitrary commands, so inspect justfiles before running them from untrusted projects.