coopbri / knit

🧶 Knit local dependencies together
https://www.npmjs.com/package/@omnidev/knit
MIT License
20 stars 0 forks source link

Migrate Yarn to Bun #25

Open coopbri opened 11 months ago

coopbri commented 11 months ago

I have been evaluating Bun in other projects, and it is starting to stabilize into a very convenient package. It can be used as a drop-in replacement for package management, runtime, testing (I still have frequent issues with this, however), automatic CJS/ESM resolution, and other DX benefits.

marckraw commented 5 months ago

How is the exploration going so far ? we tried bun in early stages, was suuuper nice for simple projects, not mature enough for anything more advanced than just simple couple files :)