just

Save and run project-specific commands with a simple justfile

brewmacoslinux
Try with needOr install directly
Source

About

Handy way to save and run project-specific commands

Commands

just

Examples

List all available commands defined in justfile$ just --list
Run a specific command from justfile in current directory$ just build
Run a command with arguments passed to the recipe$ just deploy production