ionic-team / ionic-team/ionic-cli
Better Bun Support
Open
triage
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 682
- PR merge metrics
- No merged PRs in 30d
Description
#5063
Bun is already pretty well supported by the Ionic VSCode extension.
But it's not totally the case for the Ionic CLI standalone.
```ts
// definitions.ts
export type NpmClient = 'yarn' | 'npm' | 'pnpm' | 'bun';
```
Contributor guide
Assessment
This issue has not been assessed yet.