I\'m writing my first Yeoman generator, which prompts the user for various inputs and conditionally creates files based on their responses. I need to be able to call a subrouti
2015-04 update: The yeoman api now includes this.composeWith as the preferred method for linking generators.
this.composeWith
docs: http://yeoman.io/authoring/composability.html