nramda
v2.0.0
Published
Ramda REPL
Downloads
3
Maintainers
Readme
nramda
Node.js REPL with Ramda
Why?
Sometimes we use the Node.js REPL interface to experiment with code. Wouldn’t it be great to have that interface with Ramda required by default?
Installation
$ npm install -g nramda
Usage
$ nr
λ >
Ramda is now attached to the REPL context as R
, so just use it:
λ > R.add(2, 5);
7
λ >
Notes
History persistence
nramda stores its session history under ~/.nr_repl_history
.
Enjoy! 🐑