open-cli-tools / open-cli-tools/concurrently
[Feature Request] Run `scripts` for all configured workspaces concurrently
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.9k
- Forks
- 281
- Avg merge
- 17h 12m
- Merged PRs (30d)
- 1
Description
Since Npn has added workspaces (and Yarn has them too), it would be nice to have a "concurrently" version of those.
For instance, with npm run --workspaces test, the test package.json#scripts will be run for all workspaces sequentially.
A "concurrently" version of the above might be: concurrently --workspaces npm:test.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing npm run --workspaces test with the proposed concurrently --workspaces npm:test behavior, focusing on workspace selection and package.json#scripts. Read the CLI entry points and existing command-execution behavior, then verify that configured workspaces run concurrently and that the command reports completion and failures consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100