ember-asset-size-report

Home > ember-asset-size-report > generateReport

generateReport() function

Generate the report

Signature:

export declare function generateReport(projectPath?: string, reportPath?: string): Promise<void>;

Parameters

Parameter Type Description
projectPath string path to ember-cli project
reportPath string path to write CSV output to

Returns:

Promise<void>