# ramrepl **Repository Path**: sigcc/ramrepl ## Basic Information - **Project Name**: ramrepl - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-19 - **Last Updated**: 2022-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rambda-repl > Rambda [ramda-fantasy](https://www.npmjs.com/package/ramda-fantasy) Sanctuary REPL ## Install ``` $ npm install --save ``` ## Usage ```js var rambdaRepl = require('rambda-repl'); rambdaRepl(); //=> Will start a REPL ``` ## CLI ```sh $ npm install --global ``` ```sh $ rambda-repl or $ ramrepl ``` __Will start a REPL as below with `R` as well as current context is extended with rambda__ ``` λ > typeof R 'object' λ > typeof map 'function' λ > typeof zipWith 'function' ``` ## License MIT © [sigcc](http://gitee.com/sigcc) modified from `ramda-repl`