## Widget ```bash npm run ng -- generate widget [--item-name=] [--inline-template=] [--npm-scope=] [--public=] [--spec=] [--project=] ```

Arguments

Argument Description
<name> The name of the module

Options

Option Description
--item-name=<item-name>

The name of the backbase application item

--inline-template=<true|false>

Include template inline in the component.ts file

--npm-scope=<npm-scope>

Npm scope of the package

--public=<true|false>

Whether this library needs to be published to an NPM registry (in Angular Package Format). This is only required to share this library with a project outside of this repository

--spec=<true|false>

Specifies if a spec file is generated

--project=<project>

Project to add widget to