Skip to content

Installation

Use Radashi in your project

Quick Start

Node

PNPM

Install the latest stable version:

pnpm install radashi

Install the latest beta version, which includes merged PRs not yet included in a stable release:

pnpm install radashi@beta

What is PNPM?

With PNPM, all the package files are saved in a single place on the disk. When packages are installed to your project, their files are hard-linked from that single place, consuming no additional disk space. This allows you to share dependencies of the same version across projects.

Bun

Install the latest stable version:

bun install radashi

Install the latest beta version, which includes merged PRs not yet included in a stable release:

bun install radashi@beta

What is Bun?

⚡️ 25x faster — Switch from npm install to bun install in any Node.js project to make your installations up to 25x faster.

NPM

Install the latest stable version:

npm install radashi

Install the latest beta version, which includes merged PRs not yet included in a stable release:

npm install radashi@beta

Yarn

Install the latest stable version:

yarn add radashi

Install the latest beta version, which includes merged PRs not yet included in a stable release:

yarn add radashi@beta

JSR

jsr add @radashi-org/radashi

Deno

Deno

deno add @radashi-org/radashi

What is Deno?