open-cli-tools / concurrently

Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.
https://www.npmjs.com/package/concurrently
MIT License
7k stars 228 forks source link

Add support for Bun #406

Closed jakeboone02 closed 1 year ago

jakeboone02 commented 1 year ago

This adds support for bun: shortcuts (https://bun.sh), like the current npm:, yarn:, and pnpm: shortcuts.

jakeboone02 commented 1 year ago

@gustavohenke are there any plans to publish this update soon? Hope that's not pushy...honestly I'm just curious!

gustavohenke commented 1 year ago

@paescuj it'll have to go in a major version because of #342 I imagine? Do you have anything else to batch it in with?

jakeboone02 commented 1 year ago

Do you have anything else to batch it in with?

Nope

gustavohenke commented 1 year ago

I meant if @paescuj has anything else he wants to change in concurrently before we cut the new major version 😄

jakeboone02 commented 1 year ago

Doh! I was doing like five things at once and didn't even read it closely. Thanks for the response anyway!

gustavohenke commented 1 year ago

This is now released in v8.0.0!

paescuj commented 1 year ago

I meant if @paescuj has anything else he wants to change in concurrently before we cut the new major version 😄

Sorry, was too busy lately 😅 Thanks for your efforts to release v8 🚀