2.0.0 • Published 2 years ago

nramda v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

nramda

Node.js REPL with Ramda

Coverage Status

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! 🐑