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.
- Host: GitHub
- URL: https://github.com/hemanth/ramda-repl
- Owner: hemanth
- License: mit
- Created: 2015-09-11T11:41:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T16:09:55.000Z (over 4 years ago)
- Last Synced: 2025-06-21T22:05:10.872Z (about 1 year ago)
- Topics: functional, ramda, repl
- Language: JavaScript
- Size: 347 KB
- Stars: 30
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license
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

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