Home > ember-asset-size-report > generateReport
Generate the report
Signature:
export declare function generateReport(projectPath?: string, reportPath?: string): Promise<void>;
Parameter | Type | Description |
---|---|---|
projectPath | string |
path to ember-cli project |
reportPath | string |
path to write CSV output to |
Returns:
Promise<void>