@rxap/plugin-pack
TypeScript icon, indicating that this package has built-in type declarations

15.0.0 • Public • Published

@rxap/plugin-pack (Nx/Ng Plugin)

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

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

Package Sidebar

Install

npm i @rxap/plugin-pack

Weekly Downloads

1

Version

15.0.0

License

GPL-3.0

Unpacked Size

60.9 kB

Total Files

28

Last publish

Collaborators

  • badry.muenker
  • mmuenker