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

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`