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
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 user is used as a member field of the generator instance here.
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:
user
is used as a member field of the generator instance here.this
here.Could you please update the documentation/guides to shed some lights on the actions/mixins?
The text was updated successfully, but these errors were encountered: