2019-09-08 14:36:30 -04:00

457 B

init

Initialize the @nrwl/express plugin

Usage

ng generate init ...

By default, Nx will search for init in the default collection provisioned in angular.json.

You can specify the collection explicitly as follows:

ng g @nrwl/express:init ...

Show what will be generated without writing to disk:

ng g init ... --dry-run

Options

skipFormat

Default: false

Type: boolean

Skip formatting files