commands.sh

just

all

Save and run project-specific commands.

More info →

Options (2)

-e, --editboolean

Edit justfile in the default editor

Example: just {{[-e|--edit]}}
-l, --listboolean

List available recipes in the justfile

Example: just {{[-l|--list]}}

Examples (5)

Run a recipe specified in the justfile

just recipe

Initialize new justfile in project root

just --init

Edit justfile in the default editor

just [-e|--edit]

List available recipes in the justfile

just [-l|--list]

Print justfile

just --dump
made by @shridhargupta | data from tldr-pages