This package provides utilities for manipulating TypeScript code using ts-morph, particularly for Angular and NestJS projects. It offers functions to add, coerce, and modify code elements like classes, methods, decorators, and imports. The package also includes specialized functions for working with Angular components, NestJS modules, and form definitions.
Add the package to your workspace:
yarn add @rxap/schematics-ts-morph
Execute the init generator:
yarn nx g @rxap/schematics-ts-morph:init
Initialize the package in the workspace
nx g @rxap/schematics-ts-morph:init