docs(readme): Node.js version manager as key feature

We got some positive feedback about this new feature, so maybe it makes sense to advertise it as one of the key features of pnpm CLI.
This commit is contained in:
Zoltan Kochan
2021-10-17 22:23:25 +03:00
committed by GitHub
parent 252ba1a8d8
commit 68b1bf20ec

View File

@@ -9,6 +9,7 @@ Fast, disk space efficient package manager:
* **[Great for monorepos](https://pnpm.io/workspaces).**
* **Strict.** A package can access only dependencies that are specified in its `package.json`.
* **Deterministic.** Has a lockfile called `pnpm-lock.yaml`.
* **Works as a Node.js version manager.** See [pnpm env use](https://pnpm.io/cli/env).
* **Works everywhere.** Supports Windows, Linux, and macOS.
* **Battle-tested.** Used in production by teams of [all sizes](https://pnpm.io/users) since 2016.