Supercharge Your Bun Workflow with bun-tasks

1 pointsposted 5 hours ago
by gxy5202

1 Comments

gxy5202

5 hours ago

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.