init

The init commands let you create the basic structure required to start developing a component locally.

Usage: dxp-next cmp init [options] <path>

Create a new component from a template

Arguments:
  path                     Destination directory for component

Options:
  -t, --type <string>      Type of component to create. (choices: "basic", "advanced", default: "basic")
  -i, --install            Install dependencies after creating component (default: false)
  --name <string>          Name of the component
  --display-name <string>  Display name of the component
  --description <string>   Description of the component
  --namespace <string>     Namespace of the component
  --ci                     Skip user prompts (default: false)
  -h, --help               display help for command