open-cli-tools / open-cli-tools/concurrently

[Feature Request] Run `scripts` for all configured workspaces concurrently

Open
#284 10 comments 17 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.