0.2.3 • Published 9 years ago
@pnavarrc/ramda-repl v0.2.3
Ramda Repl
Command line REPL for Ramda
Install
$ npm install --global @pnavarrc/ramda-replUsage
$ ramda-replREPL Commands
All the native Node REPL commands are available.
| Command | Description |
|---|---|
.break | Cancels the current multi-line expression |
.clear | Resets the REPL context and clears multi-line expressions being input |
.exit | Exit the REPL |
.help | Show this commands |
.save | Save the current session to a file (.save /file/to/save.js) |
.load | Load a file into the current session (.load /file/to/load.js) |
.editor | Enter editor mode (ctrl + d to finish, ctrl + c to cancel |