npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

ramda-repl

4.1.3

@hemanth

npmHomeRepoSnykSocket
Downloads:74
$ npm install ramda-repl
DailyWeeklyMonthlyYearly

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