Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jul 1, 2024
1 parent 321dc19 commit 35fc67a
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,25 @@
</p>
</div>

**Radashi** (pronounced /ruh-DAH-shee/) is a minimal set of TypeScript utility library, packed with useful functions that are readable, performant, and robust. The package is dependency-free, tree-shakeable, type-safe, and future-proof (written with modern ES6+ syntax). Best of all, it's actively maintained, has full test coverage, and tracks performance regressions with continuous benchmarking.
**Radashi** (pronounced /ruh-DAH-shee/) is a minimal set of TypeScript utility library, packed with useful functions that are readable, performant, and robust.

*Radashi is an actively maintained fork of Radash, the fastest growing Lodash alternative with 100K+ weekly downloads.*

**Ditch the bloat of Lodash. Stop reinventing the wheel.** If you have a need not met by our current set of functions, we want to hear about it! [Open an issue](https://github.com/radashi-org/radashi/issues/new) so we can discuss it together.

*Radashi is an actively maintained fork of Radash, the fastest growing Lodash alternative with 100K+ weekly downloads.*
*“What makes Radashi so great?”*
- **unique** and **well-designed** functions
- **tree-shakeable** (use only what you need!)
- **dependency-free**
- **community-first** (your opinions matter)
- **future-proof** (written with modern ES6+ syntax)
- **actively maintained** (with a growing team of passionate maintainers)
- **type-safe** (the best type definitions possible)
- **full test coverage**
- **performance tracking** (tracks performance regressions with continuous benchmarking)
- **well-documented**
- **nightly releases** (`radashi@beta`)
- **changelog** (easily see what's new in each release)

<img src="https://github.com/radashi-org/radashi/raw/main/.github/img/rule.png" width="100%" />

Expand Down

0 comments on commit 35fc67a

Please sign in to comment.