pnpm
Fast, disk space efficient package manager using content-addressable hard links.
Why consider pnpm?
pnpm is a fast, disk space-efficient package manager for JavaScript and TypeScript written by Zoltan Kochan. By storing all dependencies in a global content-addressable store and hard-linking them into project node_modules, pnpm saves gigabytes of disk space and prevents phantom dependencies.
Learn pnpm by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of pnpm
pnpm installs npm packages up to 2x faster while sharing duplicate node_modules across projects.
Quickstart
npm install -g pnpmpnpm installpnpm run buildpnpm is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.