yeoman / yo

CLI tool for running Yeoman generators
http://yeoman.io
BSD 2-Clause "Simplified" License
3.84k stars 398 forks source link

Run Parent Generator After SubGenerators #758

Closed dustinlacewell closed 2 years ago

dustinlacewell commented 2 years ago

Feature Request

It would be really helpful if there was a way to signal to yeoman that the parent composing generator should be run after all of its sub-generators.

mshima commented 2 years ago

You need to compose with the childs at the constructor, or at _postConstruct method if it’s async.