4.1.3 • Published 8 years ago

ramda-repl v4.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

ramda-repl

Ramda + ramda-fantasy REPL

Install

$ npm install --save ramda-repl

Usage

var ramdaRepl = require('ramda-repl');

ramdaRepl();
//=> Will start a REPL

CLI

$ npm install --global ramda-repl
$ ramda-repl

Will 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

ramda-repl

License

MIT © Hemanth.HM

4.1.3

8 years ago

4.1.2

8 years ago

4.1.1

9 years ago

4.1.0

9 years ago

4.0.7

9 years ago

4.0.6

9 years ago

4.0.5

9 years ago

4.0.4

9 years ago

4.0.3

9 years ago

4.0.2

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.0.11

9 years ago

3.0.10

9 years ago

3.0.9

9 years ago

3.0.8

9 years ago

3.0.7

9 years ago

3.0.6

9 years ago

3.0.5

9 years ago

3.0.4

10 years ago

3.0.3

10 years ago

3.0.2

10 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.0.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago