mirror of https://github.com/CrimsonTome/tldr.git
add node.md
parent
1a05cc5f7a
commit
14d4319d3f
|
@ -0,0 +1,11 @@
|
||||||
|
#node
|
||||||
|
|
||||||
|
>Main node command
|
||||||
|
|
||||||
|
- Call an interactive node shell
|
||||||
|
|
||||||
|
`node`
|
||||||
|
|
||||||
|
- Execute node on a JS file
|
||||||
|
|
||||||
|
`node {{FILENAME}}.js`
|
Loading…
Reference in New Issue