issues
search
nebrelbug
/
npm-to-yarn
Convert npm CLI commands to yarn, and vice versa
https://nebrelbug.github.io/npm-to-yarn/test.html
MIT License
34
stars
9
forks
source link
feat: new conversions
#59
Open
Jay-Karia
opened
2 months ago
Jay-Karia
commented
2 months ago
The conversions which are not supported are added.
All possible conversions
to
Supported
Progress
npm
yarn
✔
✔
npm
pnpm
✔
✔
npm
bun
✔
✔
yarn
npm
✔
✔
yarn
pnpm
❌
✔
yarn
bun
❌
✔
pnpm
npm
❌
❌
pnpm
yarn
❌
❌
pnpm
bun
❌
❌
bun
npm
❌
❌
bun
yarn
❌
❌
bun
pnpm
❌
❌
Closes #40
The conversions which are not supported are added.
All possible conversions
Closes #40