ramda-repl
v4.1.3
Published
Ramda + Ramda Fantasy REPL
Readme
ramda-repl
Ramda + ramda-fantasy REPL
Install
$ npm install --save ramda-replUsage
var ramdaRepl = require('ramda-repl');
ramdaRepl();
//=> Will start a REPLCLI
$ npm install --global ramda-repl$ ramda-replWill 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

License
MIT © Hemanth.HM
