@pnavarrc/ramda-repl

0.2.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @pnavarrc/ramda-repl

Weekly Downloads

1

Version

0.2.3

License

MIT

Last publish

Collaborators

  • pnavarrc