2025-03-14 21:59:59 -06:00
|
|
|
# just
|
|
|
|
|
|
|
|
|
|
> Save and run project-specific commands.
|
|
|
|
|
> More information: <https://github.com/casey/just>.
|
|
|
|
|
|
|
|
|
|
- Run a recipe specified in the justfile:
|
|
|
|
|
|
|
|
|
|
`just {{recipe}}`
|
|
|
|
|
|
|
|
|
|
- Initialize new justfile in project root:
|
|
|
|
|
|
|
|
|
|
`just --init`
|
|
|
|
|
|
|
|
|
|
- Edit justfile in the default editor:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`just {{[-e|--edit]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List available recipes in the justfile:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`just {{[-l|--list]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Print justfile:
|
|
|
|
|
|
|
|
|
|
`just --dump`
|