@rxap/schematics-ts-morph
Version:
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 in
32 lines (25 loc) • 1.45 kB
Markdown
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.
[](https://www.npmjs.com/package/@rxap/schematics-ts-morph)
[](https://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier)



- [Installation](#installation)
- [Generators](#generators)
- [init](#init)
# Installation
**Add the package to your workspace:**
```bash
yarn add @rxap/schematics-ts-morph
```
**Execute the init generator:**
```bash
yarn nx g @rxap/schematics-ts-morph:init
```
# Generators
## init
> Initialize the package in the workspace
```bash
nx g @rxap/schematics-ts-morph:init
```