just
CLIA handy way to save and run project-specific commands.
2 views
Installation
Homebrew
brew install justCargo
cargo install justLinks
License
CC0-1.0AI Agent Notes
Makefile replacement for saving and running project commands
When to use
Standardizing project commands across team members
Examples
just buildjust testjust --list
Proven Recipes
List available recipes🟢 99% success
just --listRun a recipe🟢 98% success
just buildRun with arguments🟢 96% success
just deploy production