d8
Developer shell for the V8 JavaScript engine. More information: <https://v8.dev/docs/d8>.
Install
- All systems
-
curl cmd.cat/d8.sh
- Fedora
-
dnf install v8-1 - OS X
-
brew install [email protected]
Developer shell for the V8 JavaScript engine. More information: <https://v8.dev/docs/d8>.
-
Start a REPL (interactive shell):
d8 -
Run a JavaScript file:
d8 path/to/file.js -
Evaluate a JavaScript expression:
d8 -e "code
© tl;dr; authors and contributors