Skip to content

pnavarrc/ramda-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published