ben 84deb16d11 feat(scripts): documentation upgrade
Follow the new package architecture.
The generation of the documentation has been improved, new helper
functions have been added to handle the new architecture.
2019-05-13 22:31:32 -04:00

39 lines
380 B
Markdown

# preset [hidden]
Create application in an empty workspace
## Usage
```bash
ng generate preset ...
```
## Options
### name
Type: `string`
The name of the application.
### npmScope
Type: `string`
Npm scope for importing libs.
### preset
Type: `string`
The name of the preset.
### style
Default: `css`
Type: `string`
The file extension to be used for style files.