Skip to content

Update package manager from pnpm to bun#19

Merged
Spr-Aachen merged 4 commits intoSpr-Aachen:mainfrom
akemmanuel:main
Dec 22, 2025
Merged

Update package manager from pnpm to bun#19
Spr-Aachen merged 4 commits intoSpr-Aachen:mainfrom
akemmanuel:main

Conversation

@akemmanuel
Copy link
Copy Markdown
Contributor

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.

@Spr-Aachen Spr-Aachen added the enhancement New feature or request label Dec 16, 2025
@Spr-Aachen Spr-Aachen force-pushed the main branch 6 times, most recently from 46ac842 to 7196e39 Compare December 21, 2025 23:30
@Spr-Aachen Spr-Aachen merged commit dbba8a3 into Spr-Aachen:main Dec 22, 2025
@Foxie-404 Foxie-404 removed the enhancement New feature or request label Jan 5, 2026
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.

3 participants