Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@rxap/schematics-utilities

rxap1kGPL-3.0-or-later19.0.4TypeScript support: included

This package provides a set of utilities and helpers for Angular Schematics, including file manipulation, string operations, object manipulation, and Angular-specific JSON file handling. It offers functionalities to simplify common tasks such as updating

packages, rxap, schematic, schematic-utilities, scope:utilities, utilities

readme

This package provides a set of utilities and helpers for Angular Schematics, including file manipulation, string operations, object manipulation, and Angular-specific JSON file handling. It offers functionalities to simplify common tasks such as updating JSON files, installing dependencies, and managing Angular project configurations. The package also includes generators for initializing schematics.

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/schematics-utilities

Execute the init generator:

yarn nx g @rxap/schematics-utilities:init

Generators

init

Initialize the package in the workspace

nx g @rxap/schematics-utilities:init