Installation
Use Radashi in your project
Quick Start
Node
PNPM
Install the latest stable version:
pnpm install radashiInstall the latest beta version, which includes merged PRs not yet included in a stable release:
pnpm install radashi@betaWith 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 radashiInstall the latest beta version, which includes merged PRs not yet included in a stable release:
bun install radashi@beta⚡️ 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 radashiInstall the latest beta version, which includes merged PRs not yet included in a stable release:
npm install radashi@betaYarn
Install the latest stable version:
yarn add radashiInstall the latest beta version, which includes merged PRs not yet included in a stable release:
yarn add radashi@betaJSR
jsr add @radashi-org/radashiDeno
Deno
deno add @radashi-org/radashi