https://github.com/pnpm/testimonials
Testimonials about pnpm
https://github.com/pnpm/testimonials
Last synced: 5 months ago
JSON representation
Testimonials about pnpm
- Host: GitHub
- URL: https://github.com/pnpm/testimonials
- Owner: pnpm
- Created: 2017-09-03T12:23:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T12:27:55.000Z (almost 9 years ago)
- Last Synced: 2025-12-04T21:59:31.321Z (6 months ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testimonials
Testimonials about pnpm
> This is great. Using pnpm for a while now and I find it to be the best thing that ever happened to npm package management. I especially like how it helps you catch carelessness by being more strict about declaring your dependencies.
>
> For example, if you require('some-package') but fail to declare it as a dependency in package.json, with normal NPM it may still work if "some-package" is a transitive dependency of something else you have installed, but not pnpm!
>
> *by [@onlywei](https://github.com/onlywei) in a [comment](https://www.reddit.com/r/webdev/comments/6k2z90/pnpm_version_1_is_out_pnpm_medium/djji81d/) on Reddit*