1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 06:35:23 +02:00

Merge pull request #150 from kxy/master

adding node.md
This commit is contained in:
Romain Prieto 2014-03-06 07:49:16 +11:00
commit a26b2a95e9

11
pages/common/node.md Normal file
View file

@ -0,0 +1,11 @@
#node
>Main node command
- Call an interactive node shell
`node`
- Execute node on a JS file
`node {{FILENAME}}.js`