An open API service indexing awesome lists of open source software.

https://github.com/hemanth/ramda-repl

Ramdajs REPL.
https://github.com/hemanth/ramda-repl

functional ramda repl

Last synced: 12 months ago
JSON representation

Ramdajs REPL.

Awesome Lists containing this project

README

          

# ramda-repl
> [Ramda](http://ramdajs.com/) + [ramda-fantasy](https://www.npmjs.com/package/ramda-fantasy) REPL

## Install

```
$ npm install --save ramda-repl
```

## Usage

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

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

## CLI

```sh
$ npm install --global ramda-repl
```

```sh
$ 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](./ramda-repl.gif)

## License

MIT © [Hemanth.HM](http://h3manth.com)