Speedy Node Package Manager - A fast, Rust-based package manager
npm install snpmSpeedy Node Package Manager - A fast, Rust-based package manager that's a drop-in replacement for npm, yarn, and pnpm.
``bash`
npm install -g snpm
Download the latest release for your platform from GitHub Releases.
Use snpm just like you would use npm:
`bashInstall dependencies
snpm install
Features
- Fast by Default: Global caching, parallel downloads, and smart reuse
- Deterministic: Simple, readable lockfile (
snpm-lock.yaml`)For more information, visit the snpm repository.
MIT OR Apache-2.0