2019-08-21 11:56:21 -04:00

24 lines
379 B
Markdown

# karma
Add karma configuration to a workspace
## Usage
```bash
ng generate karma ...
```
By default, Nx will search for `karma` in the default collection provisioned in `angular.json`.
You can specify the collection explicitly as follows:
```bash
ng g @nrwl/angular:karma ...
```
Show what will be generated without writing to disk:
```bash
ng g karma ... --dry-run
```