npm install ramda-repl```
$ npm install --save ramda-repl
`js
var ramdaRepl = require('ramda-repl');
ramdaRepl();
//=> Will start a REPL
`
`sh`
$ npm install --global ramda-repl
`sh`
$ 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'
``
MIT © Hemanth.HM