ramda-repl

4.1.3 • Public • Published

ramda-repl

Ramda + ramda-fantasy REPL

Install

$ npm install --save ramda-repl

Usage

var ramdaRepl = require('ramda-repl');
 
ramdaRepl();
//=> Will start a REPL

CLI

$ npm install --global ramda-repl
$ ramda-repl

Will start a REPL as below with R as well as current context is extended with ramda

Welcome to Ramda REPL!

λ > typeof R 
'object'

λ > typeof map
'function'

λ > typeof zipWith
'function'

GIF FTW

ramda-repl

License

MIT © Hemanth.HM

Package Sidebar

Install

npm i ramda-repl

Weekly Downloads

28

Version

4.1.3

License

MIT

Last publish

Collaborators

  • hemanth