LinuxCommandLibrary

just.1

Save and run project-specific commands.

TLDR

Run a recipe specified in the justfile

$ just [recipe]
copy


Initialize new justfile in project root
$ just --init
copy


Edit justfile in the default editor
$ just -e
copy


List available recipes in the justfile
$ just -l
copy


Print justfile
$ just --dump
copy

Copied to clipboard