Description
A command runner for saving project-specific recipes in a justfile. Developers use it to standardize common tasks such as building, testing, formatting, releasing or running local tools.
Use it when a project includes a justfile or when you want readable task shortcuts. Recipes can execute arbitrary commands, so inspect them before running unfamiliar targets.