pages.nl/*: add and update pages
This commit is contained in:

committed by
K.B.Dharun Krishna

parent
362322fe70
commit
29bb3b90fb
24
pages.nl/common/just.1.md
Normal file
24
pages.nl/common/just.1.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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`
|
||||
|
||||
- Toon een lijst met beschikbare recepten in de justfile:
|
||||
|
||||
`just -l`
|
||||
|
||||
- Print de justfile:
|
||||
|
||||
`just --dump`
|
Reference in New Issue
Block a user