<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [ember-asset-size-report](./ember-asset-size-report.md) &gt; [generateReport](./ember-asset-size-report.generatereport.md)

## generateReport() function

Generate the report

<b>Signature:</b>

```typescript
export declare function generateReport(projectPath?: string, reportPath?: string): Promise<void>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  projectPath | <code>string</code> | path to ember-cli project |
|  reportPath | <code>string</code> | path to write CSV output to |

<b>Returns:</b>

`Promise<void>`

