nramda

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i nramda

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

122 kB

Total Files

206

Last publish

Collaborators

  • borisdiakur