Skip to content

Conversation

@akemmanuel
Copy link

This PR updates the package manager from pnpm to bun, which offers several benefits:

🚀 Performance Improvements:

  • Up to 2x faster dependency installation
  • Significantly faster package resolution
  • Reduced disk space usage

🛠️ Developer Experience:

  • Single binary installation (no separate CLI)
  • Built-in test runner and bundler
  • Better TypeScript support out of the box

📦 Migration Benefits:

  • Compatible with existing package.json files
  • Same command structure (bun install, bun run build, etc.)
  • Zero configuration needed

The changes replace all pnpm references with bun equivalents in the README.md file while maintaining the same functionality. This migration will improve development speed and reduce setup complexity for new contributors.

@changeset-bot
Copy link

changeset-bot bot commented Dec 15, 2025

⚠️ No Changeset found

Latest commit: 8a113c4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant