hemanth / ramda-repl

Ramdajs REPL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ramdajs REPL.

License:MIT License


Languages

Language:JavaScript 100.0%