node: add --watch example (#9108)

pull/1/head
Axel Navarro 2022-10-16 23:04:15 -03:00 committed by GitHub
parent 9a4a5bd894
commit abfd806c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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}}"`