Constructor
new AppClass(args, opts)
Arguments and options should be defined in the constructor.
Parameters:
Name | Type | Description |
---|---|---|
args |
object | Arguments |
opts |
object | Options |
Requires:
- module:yeoman-generator
- module:yosay
- module:chalk
Extends
- Generator
Requires
- module:yeoman-generator
- module:yosay
- module:chalk
Methods
-
end() → {void}
-
Called last, cleanup, say good bye, etc.
Returns:
void -
initializing()
-
Include the subgenerators.
Requires:
- module:../package
- module:../webpack
- See:
-
install() → {void}
-
Install dependencies
Returns:
void -
prompting() → {void}
-
Prompt the initial greeting to the user.
Returns:
void