Socket
Book a DemoInstallSign in
Socket

ramda-repl

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ramda-repl

Ramda + Ramda Fantasy REPL

latest
Source
npmnpm
Version
4.1.3
Version published
Maintainers
1
Created
Source

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

Keywords

cli-app

FAQs

Package last updated on 19 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts