just

CLI

A handy way to save and run project-specific commands.

Makefile replacement for saving and running project commands

3 curated recipes · not yet executed by the harness#make#commands#runner#tasks

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

List available recipes

~99% est.
just --list

Run a recipe

~98% est.
just build

Run with arguments

~96% est.
just deploy production

Install

Homebrewbrew install just
Cargocargo install just

Agent notes

When to use
Standardizing project commands across team members
Quick examples
  • just build
  • just test
  • just --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.

Homepage ↗CC0-1.00 views