# rapidash

> Fastest functional utility library created by NodeJs community

Latest version **1.4.0** (published 2020-05-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install rapidash
pnpm add rapidash
yarn add rapidash
bun add rapidash
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.0 |
| Published | 2020-05-29 |
| First published | 2018-12-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 30 |
| Maintainers | acanguven |
| Keywords | javascript, utility, library |

## Links

- npm: https://www.npmjs.com/package/rapidash
- Repository: https://github.com/acanguven/rapidash
- Homepage: https://rapidashjs.com
- Issues: https://github.com/acanguven/rapidash/issues
- npm.io page: https://npm.io/package/rapidash

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 1.4.0 (latest) — 2020-05-29
- 1.3.4 — 2020-02-09
- 1.3.3 — 2020-02-08
- 1.3.2 — 2020-02-06
- 1.3.1 — 2020-02-06
- 1.3.0 — 2020-02-06
- 1.2.1 — 2020-02-06
- 1.2.0 — 2020-02-06
- 1.1.2 — 2020-02-05
- 1.1.1 — 2020-02-05
- 1.1.0 — 2020-02-05
- 1.0.10 — 2020-02-05
- 1.0.9 — 2020-02-05
- 1.0.8 — 2020-02-03
- 1.0.6 — 2020-02-03
- … 6 more at https://npm.io/package/rapidash/versions

## README

<p align="center">
  <img src="https://github.com/Acanguven/rapidash/raw/master/logo.png">
</p>

# Rapidash
[![CircleCI](https://circleci.com/gh/Acanguven/rapidash/tree/master.svg?style=svg&circle-token=cc706fdf77382859bca066d69dd4003b42251653)](https://circleci.com/gh/Acanguven/rapidash/tree/master)
[![npm version](https://badge.fury.io/js/rapidash.svg)](https://badge.fury.io/js/rapidash)
[![codecov](https://codecov.io/gh/Acanguven/rapidash/branch/master/graph/badge.svg?token=RWcvIRl77k)](https://codecov.io/gh/Acanguven/rapidash)
[![trends](https://img.shields.io/npm/dm/rapidash.svg)](https://www.npmtrends.com/Acanguven/rapidash)
[![size](https://img.shields.io/bundlephobia/minzip/rapidash.svg)](https://bundlephobia.com/result?p=rapidash)
[![pr](https://camo.githubusercontent.com/d4e0f63e9613ee474a7dfdc23c240b9795712c96/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e737667)](https://github.com/Acanguven/rapidash/pulls)
[![pr](https://snyk.io/test/github/Acanguven/rapidash/badge.svg?targetFile=package.json)](https://snyk.io/test/github/Acanguven/rapidash?targetFile=package.json)

Follow the [documentation](https://rapidashjs.com) for more information about Rapidash and get a quick start!

## What is Rapidash?
Rapidash is a JavaScript utility library designed for performance, modularity, and reliability. Unlike other utility libraries, Rapidash designed from the ground up to be fast all the time against all JavaScript engine versions. Also being open-source friendly, it is evolving faster than any other utility library.


## Install 
- npm
```bash
npm install rapidash
```

- yarn
```bash
yarn add rapidash
```


## Usage
```js
const r = require('rapidash');
console.log(r.max([1,2,3])); // 3
```

Check out [functions](https://rapidashjs.com/#/functions) for all features.


## How it works?
1. A new problem released on Rapidash.
2. Contributors submit solutions.
3. The new solution is tested automatically and if it is valid it gets added to the solution list.
3. Rapidash automatically picks the fastest solution on each build so each version shipped with the fastest solutions all the time.
4. Other solutions are removed from the bundle to reduce bundle size automatically.

## Why?
Because creating high-quality pull requests is hard. Just because of this lots of newbies are not even trying to contribute open-source projects. But with Rapidash every solution that passes tests is accepted. You will also get scored based on your solutions ops/sec. With a little bit of gamification, I believe we can courage people into more open-source projects.

---
_Source: https://npm.io/package/rapidash · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
