mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 03:15:43 +02:00
24 lines
466 B
Markdown
24 lines
466 B
Markdown
# just
|
|
|
|
> Sla op en run project-specifieke commands uit.
|
|
> Meer informatie: <https://github.com/casey/just>.
|
|
|
|
- Voer een recept uit dat gespecificeerd is in een justfile:
|
|
|
|
`just {{recept}}`
|
|
|
|
- Initialiseer nieuwe justfile in de beginmap van het project:
|
|
|
|
`just --init`
|
|
|
|
- Pas de justfile aan in de standaard tekstbewerker:
|
|
|
|
`just {{[-e|--edit]}}`
|
|
|
|
- Toon een lijst met beschikbare recepten in de justfile:
|
|
|
|
`just {{[-l|--list]}}`
|
|
|
|
- Toon de justfile:
|
|
|
|
`just --dump`
|