GenerateOptions interface
export interface GenerateOptions 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| bail? | boolean | (Optional) Stop immediately when an error occurred. | |
| components | readonly string[] | Glob patterns of component names. | |
| extensions? | readonly string[] | (Optional) File extensions of components. | |
| path | string | Path of the component folder. | |
| validate? | boolean | (Optional) Execute validate method of each values. |