generate()
generate(
options
,plugins
,hooks?
):Promise
<undefined
| {didEnd
:string
[];didGenerate
:string
[];didSetup
:string
[];fileManager
:FileManager
;generatorOptions
:NormalizedGeneratorOptions
;pluginNames
:string
[];watching
:boolean
;changedFile?
:WatcherFile
; }>
Parameters
Parameter | Type |
---|---|
| |
|
|
|
Returns
Promise
<undefined
| { didEnd
: string
[]; didGenerate
: string
[]; didSetup
: string
[]; fileManager
: FileManager
; generatorOptions
: NormalizedGeneratorOptions
; pluginNames
: string
[]; watching
: boolean
; changedFile?
: WatcherFile
; }>