@nx/js:setup-verdaccio
Setup Verdaccio local-registry.
Setup Verdaccio local-registry.
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 ...
Show what will be generated without writing to disk:
nx g setup-verdaccio ... --dry-run
false
Skip formatting files.