Schema for internal use only

Please do not extend this schema as it is part of Nx internal usage.

@nrwl/nx-plugin:preset

Initializes a workspace with an nx-plugin inside of it. Use as: create-nx-plugin or create-nx-workspace --preset @nrwl/nx-plugin.

Usage

nx generate preset ...

By default, Nx will search for preset in the default collection provisioned in workspace.json.

You can specify the collection explicitly as follows:

nx g @nrwl/nx-plugin:preset ...

Show what will be generated without writing to disk:

nx g preset ... --dry-run

Options

pluginName

Required
string

Plugin name