9 commentaires (9 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)JavaScript5 484 stars (5 484 stars)271 forks (271 forks)batch import
acceptedenhancementhelp wanted
Description
how about adding a --waterfall command line option?
Guide contributeur
- Stack technique
- javascriptnodejs
- Domaine
- clitooling
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 2
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-3 hours
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- mostly clear
- Prérequis
- Familiarity with npm run all CLIUnderstanding of command line argument parsing
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 50
- Direction de recherche
- 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.