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

Parallel-serial-parallel flow orchestration?

Open
#476 1 comment 2 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

#419 touches on being able to run two commands within a single parallel step in series, but is orchestrating something like the npm-run-all invocation

npm-run-all --parallel clean:* --serial build:fa --parallel build:css build:js

possible?

I.e.

  • run all cleans in parallel, wait for them to finish
  • run build:fa, wait for it to finish
  • run build:css and build:js in parallel, wait for them to finish

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

Issue #419 and the npm-run-all example define the desired sequencing, but no file, test, or entry point is named. Start by locating the CLI's flow orchestration code and checking how parallel steps are represented. Done means supporting parallel clean steps, a serial build:fa step, then parallel build:css and build:js steps with each stage awaited.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.