pnavarrc / ramda-repl

Command line REPL for Ramda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Command line REPL for Ramda

License:MIT License


Languages

Language:JavaScript 100.0%