just

CLI

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

2 views

Installation

Homebrewbrew install just
Cargocargo install just

Links

License

CC0-1.0

AI Agent Notes

Makefile replacement for saving and running project commands

When to use

Standardizing project commands across team members

Examples
  • just build
  • just test
  • just --list

Proven Recipes

List available recipes🟢 99% success
just --list
Run a recipe🟢 98% success
just build
Run with arguments🟢 96% success
just deploy production