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

20.0.4 • Public • Published

Provides utility functions for Nx plugins, such as retrieving project dependencies, determining output paths, and interacting with package.json files. It simplifies common tasks within Nx executors and generators. This package helps streamline plugin development by offering pre-built functionalities for project analysis and manipulation.

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

Installation

Add the package to your workspace:

yarn add @rxap/plugin-utilities

Execute the init generator:

yarn nx g @rxap/plugin-utilities:init

Generators

init

Initialize the package in the workspace

nx g @rxap/plugin-utilities:init

Package Sidebar

Install

npm i @rxap/plugin-utilities

Weekly Downloads

380

Version

20.0.4

License

GPL-3.0-or-later

Unpacked Size

131 kB

Total Files

51

Last publish

Collaborators

  • badry.muenker
  • mmuenker