mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
add node.md
This commit is contained in:
parent
1a05cc5f7a
commit
14d4319d3f
2 changed files with 11 additions and 0 deletions
0
pages/common/Untitled-1
Normal file
0
pages/common/Untitled-1
Normal file
11
pages/common/node.md
Normal file
11
pages/common/node.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
#node
|
||||
|
||||
>Main node command
|
||||
|
||||
- Call an interactive node shell
|
||||
|
||||
`node`
|
||||
|
||||
- Execute node on a JS file
|
||||
|
||||
`node {{FILENAME}}.js`
|
Loading…
Add table
Reference in a new issue