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

https://github.com/dimzerdevas/package-managers-presentation

Part of an Agile Actors presentation about the JS Package Managers
https://github.com/dimzerdevas/package-managers-presentation

modules npm pnpm yarn

Last synced: 5 months ago
JSON representation

Part of an Agile Actors presentation about the JS Package Managers

Awesome Lists containing this project

README

          

## DTU: Package managers

Check out in the different branches and try to install the dependencies with the different package managers.

-`npm` branch / `npm install`

-`yarn-classic` branch / `yarn install`

-`yarn-berry` branch / `yarn install`

-`pnpm` branch / `pnpm install`