1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages.nl/common/just.1.md
2024-06-18 22:00:00 +02:00

440 B

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

  • Toon de justfile:

just --dump