mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:33:50 +02:00
just: add page (#8119)
This commit is contained in:
parent
57aac78e0d
commit
9a3bac6907
1 changed files with 24 additions and 0 deletions
24
pages/common/just.md
Normal file
24
pages/common/just.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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`
|
||||
|
||||
- List available recipes in the justfile:
|
||||
|
||||
`just -l`
|
||||
|
||||
- Print justfile:
|
||||
|
||||
`just --dump`
|
Loading…
Add table
Reference in a new issue