@rxap/plugin-pack (Nx/Ng Plugin)
A builder to execute a collection of architect targets in sequence.
Installation
Add the plugin to your workspace:
ng add @rxap/plugin-pack
Setup the package @rxap/plugin-pack for the workspace.
Configure the builder @rxap/plugin-pack for a project:
ng g @rxap/plugin-pack:config [project]
Adds the @plugin-pack:build to the specified project
Schematics
config
Adds the @plugin-pack:build to the specified project
ng g @rxap/plugin-pack:config
Option | Type | Default | Description |
---|---|---|---|
project | string | The name of the project. |
Required |
---|
project |
add-target
Adds a target to the targets options array
ng g @rxap/plugin-pack:add-target
Option | Type | Default | Description |
---|---|---|---|
project | string | The name of the project. | |
target | string | The target expression that should be added | |
preBuild | boolean | false | Whether the target should be added before the build targets |
Required |
---|
project |
target |
ng-add
Setup the package @rxap/plugin-pack for the workspace.
ng g @rxap/plugin-pack:ng-add
Option | Type | Default | Description |
---|---|---|---|
project | string | Name of the project |
Builder
build
build builder
Builder name
@rxap/plugin-pack:build
Option | Type | Default | Description |
---|---|---|---|
targets | array | A list of architect targets |