https://github.com/oncomouse/custom-ramda
https://github.com/oncomouse/custom-ramda
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oncomouse/custom-ramda
- Owner: oncomouse
- Created: 2020-07-15T16:09:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T18:19:31.000Z (over 2 years ago)
- Last Synced: 2025-06-04T02:16:41.528Z (about 1 year ago)
- Language: JavaScript
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# @oncomouse/custom-ramda
This is the partial-build script of [Ramda](https://github.com/ramda/ramda) as a stand-alone executable. It is used to create smaller, custom builds of Ramda for use in production.
## Usage
Once installed, provide the binary with a list of Ramda functions to include, like so:
```bash
npx --no-install @oncomouse/custom-ramda compose add pipe
```
Which will produce a build of Ramda with only `compose`, `add`, and `pipe`