add node.md

waldyrious/alt-syntax
kxy 2014-03-05 21:37:38 +01:00
parent 1a05cc5f7a
commit 14d4319d3f
2 changed files with 11 additions and 0 deletions

0
pages/common/Untitled-1 Normal file
View File

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`