just
CLIA handy way to save and run project-specific commands.
Makefile replacement for saving and running project commands
Recipes
Curated from documentation and usage. Percentages are estimates, not measurements.
List available recipes
just --listRun a recipe
just buildRun with arguments
just deploy productionInstall
Homebrew
brew install justCargo
cargo install justAgent notes
- When to use
- Standardizing project commands across team members
- Quick examples
just buildjust testjust --list
Use from an agent
curl -s https://clihub.com/api/tools/just | jq '.agentHints.provenRecipes[] | {task, command, verified}'Or call get_tool with slug just on the MCP server at https://clihub.com/mcp.