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.
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