mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
629 B
629 B
REPL
Read-Eval-Print-Loop (REPL) is a simple, interactive computer programming environment that takes single user inputs (i.e. single expressions), evaluates them, and returns the result to the user.
The repl module provides REPL implementation that can be accessed using:
-
Assuming you have
electronorelectron-prebuiltinstalled as a local project dependency:./node_modules/.bin/electron --interactive -
Assuming you have
electronorelectron-prebuiltinstalled globally:electron --interactive
More info here: https://github.com/nodejs/node/blob/master/doc/api/repl.md