pages.nl/*: add and update pages

This commit is contained in:
Sebastiaan Speck
2023-11-02 20:59:27 +01:00
committed by K.B.Dharun Krishna
parent 362322fe70
commit 29bb3b90fb
59 changed files with 1270 additions and 1 deletions

24
pages.nl/common/just.1.md Normal file
View 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`