You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I've been creating custom yo generators and I had to browse the web to find information on how to configure hooks for yeoman (sub)generators. I know this is accessible in the official docs and it is briefly mentioned in the Using other tools part of "Managing dependencies" page in the "Creating a generator" section, but I think either this page could be extended with more details or a new subpage could be added (such as "Generator hooks"). I'm thinking of adding examples that call grunt tasks and listen to events such as end or dependenciesInstalled.
If you think this makes sense, I'm happy to prepare some markdown pull request.
The text was updated successfully, but these errors were encountered:
Recently I've been creating custom yo generators and I had to browse the web to find information on how to configure hooks for yeoman (sub)generators. I know this is accessible in the official docs and it is briefly mentioned in the Using other tools part of "Managing dependencies" page in the "Creating a generator" section, but I think either this page could be extended with more details or a new subpage could be added (such as "Generator hooks"). I'm thinking of adding examples that call grunt tasks and listen to events such as
end
ordependenciesInstalled
.If you think this makes sense, I'm happy to prepare some markdown pull request.
The text was updated successfully, but these errors were encountered: