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

15.0.0 • Public • Published

@rxap/plugin-library-publish (Nx/Ng Plugin)

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

Installation

Add the plugin to your workspace:

yarn add @rxap/plugin-library-publish

Configure the builder @rxap/plugin-library-publish for a project:

ng g @rxap/plugin-library-publish:config [project]

Add a schematics configuration and the @rxap/plugin-library-publish:build to the specified project

Schematics

config

Add a schematics configuration and the @rxap/plugin-library-publish:build to the specified project

ng g @rxap/plugin-library-publish:config
Option Type Default Description
project string The name of the project.
buildTarget boolean The target which defines the out path
preTarget boolean The target that should be executed before
Required
project

Builder

publish

Publish the library

Builder name

@rxap/plugin-library-publish:publish
Option Type Default Description
buildTarget string The target which defines the out path
preTarget string The target that should be execute before
registry string The target package registry

Readme

Keywords

Package Sidebar

Install

npm i @rxap/plugin-library-publish

Weekly Downloads

15

Version

15.0.0

License

GPL-3.0

Unpacked Size

63.7 kB

Total Files

26

Last publish

Collaborators

  • badry.muenker
  • mmuenker