0.2.3 • Published 7 years ago

@pnavarrc/ramda-repl v0.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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.

CommandDescription
.breakCancels the current multi-line expression
.clearResets the REPL context and clears multi-line expressions being input
.exitExit the REPL
.helpShow this commands
.saveSave the current session to a file (.save /file/to/save.js)
.loadLoad a file into the current session (.load /file/to/load.js)
.editorEnter editor mode (ctrl + d to finish, ctrl + c to cancel
0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago