2 commentaires (2 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)JavaScript1 238 stars (1 238 stars)58 forks (58 forks)batch import
help wanted
Description
It is essential to have the capability to compose multiple generators, just like Yeoman's composeWith and hookFor
Guide contributeur
- Stack technique
- javascriptnodejs
- Domaine
- toolingclideveloper experience
- 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.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- half day
- 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
- JavaScriptNode.jsSlush generator systemYeoman composability concepts
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 40
- Direction de recherche
- Investigate how Yeoman implements `composeWith` and `hookFor` for generator composition. Review the current slush generator architecture in the repository code, focusing on how generators are defined and executed. Examine any existing comments in the issue for design ideas. Propose a design that allows composing multiple generators in a streaming pipeline, ensuring compatibility with the existing gulp based system.