Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 789 Bytes

karma-project.md

File metadata and controls

52 lines (31 loc) · 789 Bytes
title description
@nrwl/angular:karma-project generator
Adds Karma configuration to a project.

@nrwl/angular:karma-project

Adds Karma configuration to a project.

Usage

nx generate karma-project ...

By default, Nx will search for karma-project in the default collection provisioned in workspace.json.

You can specify the collection explicitly as follows:

nx g @nrwl/angular:karma-project ...

Show what will be generated without writing to disk:

nx g karma-project ... --dry-run

Options

project (required)

Type: string

The name of the project.

skipFormat

Default: false

Type: boolean

Skip formatting files.

skipPackageJson

Default: false

Type: boolean

Skip updating package.json.