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

65 lines
670 B
Markdown

# workspace [hidden]
Create an empty workspace
## Usage
```bash
ng generate workspace ...
```
## Options
### commit
Default: `true`
Type: `boolean`
Initial repository commit information.
### directory
Type: `string`
The directory name to create the workspace in.
### name
Type: `string`
The name of the workspace.
### npmScope
Type: `string`
Npm scope for importing libs.
### skipGit
Alias(es): g
Default: `false`
Type: `boolean`
Skip initializing a git repository.
### skipInstall
Default: `false`
Type: `boolean`
Skip installing dependency packages.
### style
Default: `css`
Type: `string`
The file extension to be used for style files.