@nx/js:setup-verdaccio

Setup Verdaccio local-registry.

Usage

nx generate setup-verdaccio ...

By default, Nx will search for setup-verdaccio in the default collection provisioned in workspace.json.

You can specify the collection explicitly as follows:

nx g @nx/js:setup-verdaccio ...
Nx 15 and lower use @nrwl/ instead of @nx/

Show what will be generated without writing to disk:

nx g setup-verdaccio ... --dry-run

Options

skipFormat

boolean
Default: false

Skip formatting files.