19.1.1 • Published 5 months ago
@rxap/schematics-ts-morph
Licence
GPL-3.0-or-later
Version
19.1.1
Deps
12
Size
639 kB
Vulns
0
Weekly
0
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.
Installation
Add the package to your workspace:
yarn add @rxap/schematics-ts-morphExecute the init generator:
yarn nx g @rxap/schematics-ts-morph:initGenerators
init
Initialize the package in the workspace
nx g @rxap/schematics-ts-morph:init