Open dimaMachina opened 1 year ago
This isn't supported by the library right now, but PRs are welcome!
I think the source code should be simplified, and yarnToNpm.ts should be removed (because we already have npmToYarn)
all commands should be translated no matter you pass yarn add
or pnpm add
Here's a list of commands conversion which does not work:
yarn - pnpm yarn - bun
pnpm - npm pnpm - yarn pnpm - bun
bun - npm bun - yarn bun - pnpm
Will send a pull fixing this
pnpm