-
-
Notifications
You must be signed in to change notification settings - Fork 386
Open
Labels
Description
I am learning Yeoman and going to write my own generator. I see actions/mixins in the API doc but they are never mentioned in the Getting Started guides for Using Yeoman/Creating a Generator.
The mixins look like the member fields in the generator to me but there are inconsistencies. Examples are:
- The mixin
useris used as a member field of the generator instance here. - The installDependencies is called directly on
thishere.
Could you please update the documentation/guides to shed some lights on the actions/mixins?