mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 06:35:23 +02:00
commit
a26b2a95e9
1 changed files with 11 additions and 0 deletions
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