Teampl-Net / unibuzzy

Get all your notifications in one glance with our all-in-one campus app, Hello #uniBuzzy!
https://unibuzzy.page.link/app
Other
1 stars 2 forks source link

Packages [1/4] - NPM to Yarn package manager #1

Closed black7375 closed 1 year ago

black7375 commented 1 year ago

WHY Yarn?

Stable lock file

Patch

yarn patch is included, so patch-package is not needed.

Monorepo

It's not yet, but we can easily use Monorepo forms that collect all other projects with yarn workspace. I've made a monorepo template and the settings are pretty neat.

Performance

It is also not currently applied as a compatibility issue, but it can be much faster if you set nodeLinker.

Plugins

Yarn is modulable. Commands can be easily expanded. e.g. yarn-plugin-outdated


Changes

Check List