Just is a command runner. You save the commands usually used by the project in a justfile and then you use just command-name to run it.
justfile
just command-name