Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eins78/experiment-pnpm-meta-packages


https://github.com/eins78/experiment-pnpm-meta-packages

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# experiment pnpm-meta-packages

how the provide dependencies from a meta-npm-package to a project using pnpm without hoisting?

## demo

```sh
cd project-using-shared-deps
pnpm install
pnpm run test
pnpm why react
```