open-cli-tools / open-cli-tools/concurrently
Parallel-serial-parallel flow orchestration?
Open
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:cssandbuild:jsin parallel, wait for them to finish
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
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