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

committed by
K.B.Dharun Krishna

parent
362322fe70
commit
29bb3b90fb
24
pages.nl/linux/just.js.md
Normal file
24
pages.nl/linux/just.js.md
Normal 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`
|
Reference in New Issue
Block a user