vite-reactts-electron-starter
vite-reactts-electron-starter copied to clipboard
Support for different package managers
To support multiple package managers, because everyone has other preferences, there should be a solution to support the main three package managers:
- npm
- yarn
- pnpm
ACs
- Make it more clear in the docs what the package manager is on the main branch and how to switch to a different manager
- is there a better solution than having multiple branches for mupltiple managers ?