zen-repl

Configurable JavaScript REPL


Keywords
repl, javascript
License
MIT
Install
npm install zen-repl@0.1.1

Documentation

Ramda Repl

Command line REPL for Ramda

Install

$ npm install --global @pnavarrc/ramda-repl

Usage

$ ramda-repl

REPL 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