r_

0.1.1 • Public • Published

r_

dependencies Status

A quick way to play with RamdaJS from the command line.

Usage

After starting the repl, you will get a typical node prompt. but, all of Ramda's functions should be availible. You shouldn't even have to reference R! (It's there if you want it though. So you can copy and paste common online code into the repl).

$ r_
λ > add(1)(1)
2
 
λ > view(lensProp('a'), { a: 3 })
3

Install

From NPM

$ npm install -g r_
$ r_
 
λ >

From Git

$ git clone git@github.com:MrRacoon/r_.git
cd r_
$ npm install -g
$ r_
 
 
λ >

Readme

Keywords

Package Sidebar

Install

npm i r_

Weekly Downloads

1

Version

0.1.1

License

ISC

Last publish

Collaborators

  • mrracoon