nx/docs/api-schematics/workspace-schematic.md

18 lines
426 B
Markdown

# workspace-schematic
Generates a custom schematic
## Usage
```bash
ng generate workspace-schematic ...
```
### Options
| Name | Alias | Description | Type | Default value |
| ------------ | ----- | --------------------- | ------- | ------------- |
| `name` | | Schematic name | string | `undefined` |
| `skipFormat` | | Skip formatting files | boolean | `false` |