mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 08:55:24 +02:00
node: add --watch example (#9108)
This commit is contained in:
parent
9a4a5bd894
commit
abfd806c50
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
`node`
|
||||
|
||||
- Execute the specified file restarting the process when an imported file is changed (requires Node.js version 18.11+):
|
||||
|
||||
`node --watch {{path/to/file}}`
|
||||
|
||||
- Evaluate JavaScript code by passing it as an argument:
|
||||
|
||||
`node -e "{{code}}"`
|
||||
|
|
Loading…
Add table
Reference in a new issue