Hacker News new | ask | show | jobs
Supercharge Your Bun Workflow with bun-tasks (github.com)
1 points by gxy5202 150 days ago
1 comments

bun-tasks is a parallel task runner for the Bun runtime inspired by concurrently. It understands the ::: command separator, merges global and per-command environment variables, and automatically expands package scripts to bun run <script> when needed. The CLI is exposed as the binary bun-tasks; it is exported for programmatic usage but never auto-executes when imported.