9 comments (9 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript5,484 stars (5,484 stars)271 forks (271 forks)batch import
acceptedenhancementhelp wanted
Description
how about adding a --waterfall command line option?
Contributor guide
- Tech stack
- javascriptnodejs
- Domain
- clitooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Familiarity with npm run all CLIUnderstanding of command line argument parsing
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- Examine the existing CLI options implementation in npm run all, likely in the main entry file or a CLI module. Look for how other options like parallel and sequential are parsed. The request is for a waterfall flag; determine if it means sequential execution with a specific behavior. Check the issue comments for any clarification or maintainer input. Since there are no linked PRs, consider proposing an implementation that adds a simple flag to run tasks sequentially.