Hacker News new | ask | show | jobs
by tjenkinsqs 810 days ago
We've been using bun for a while now. We love the speed, but we love the integration even more. No need to use node, npm, nodemon, tsx, esbuild and jest.

Bun is our one-stop-shop for Typescript.

Thank you!

1 comments

Can I ask what you use it for specifically?
Bun is used in github.com/yolmio/boost as a Typescript runner to build a complete system. We use it also for all kinds of other scripts.
I use Bun as a test and dev build runner for TS programs. I still compile with tsc though.