An open API service indexing awesome lists of open source software.

https://github.com/pnpm/testimonials

Testimonials about pnpm
https://github.com/pnpm/testimonials

Last synced: 5 months ago
JSON representation

Testimonials about pnpm

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*