## Library ```bash npm run ng -- generate library [--version=] [--project=] [--npm-scope=] [--public=] [-np|--no-project=] [--skip-test=] [--skip-lint=] ```

Arguments

Argument Description
<name> The name of the module

Options

Option Description
--version=<version>

The version of the module (for public)

Default: 1.0.0

--project=<project>

Project to add the library to

--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

--no-project=<true|false>

The option to skip the step where library is added to the project

Aliases: -np

--skip-test=<true|false>

The option to skip test architect

--skip-lint=<true|false>

The option to skip lint architect