Javascript concurrently

From wikinotes

Similar to foreman, but built into package.json.
Run several npx run ${script} commands at once, and prefix their output with a header indicating the process.

Documentation

github https://github.com/open-cli-tools/concurrently
concurrently's expand shortcuts (ex. pnpm:some_script) https://github.com/open-cli-tools/concurrently/blob/b87c0bf7dd23cda10f8e7ff6b4d58f1b4df68c98/src/command-parser/expand-shortcut.ts#L4-L15

Usage