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/linux/just.js.md Normal file
View File

@@ -0,0 +1,24 @@
# just
> Een V8 JavaScript runtime voor Linux.
> Meer informatie: <https://github.com/just-js/just>.
- Start een REPL (interactieve shell):
`just`
- Voer een JavaScript-bestand uit:
`just {{pad/naar/bestand.js}}`
- Evalueer JavaScript code door het te sturen als argument:
`just eval "{{code}}"`
- Initaliseer een nieuw project in een map van dezelfde naam:
`just init {{project_naam}}`
- Bouw een JavaScript applicatie in een uitvoerbaar bestand:
`just build {{pad/naar/bestand.js}} --static`