1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-16 11:55:28 +02:00
tldr/pages/common/just.1.md

24 lines
389 B
Markdown

# 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:
`just {{[-e|--edit]}}`
- List available recipes in the justfile:
`just {{[-l|--list]}}`
- Print justfile:
`just --dump`