Monday 1 October 2018

Node REPL: list all the commands

.help command prints list of all the available commands in node shell.

C:\>node
> .help
.break    Sometimes you get stuck, this gets you out
.clear    Alias for .break
.editor   Enter editor mode
.exit     Exit the repl
.help     Print this help message
.load     Load JS from a file into the REPL session
.save     Save all evaluated commands in this REPL session to a file


Previous                                                 Next                                                 Home

No comments:

Post a Comment