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