Y
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
fastball
810 days ago
Can I ask what you use it for specifically?
link
tjenkinsqs
809 days ago
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.
link
ivanjermakov
810 days ago
I use Bun as a test and dev build runner for TS programs. I still compile with tsc though.
link