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
6.98k stars 227 forks source link

Shortcut for `node --run <script name>` #475

Closed gustavohenke closed 5 days ago

gustavohenke commented 3 months ago

As added by Node 22. Release announcement.

I suggest it to look like concurrently node:foo node:*