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

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-ts-morph

Execute the init generator:

yarn nx g @rxap/schematics-ts-morph:init

Generators

init

Initialize the package in the workspace

nx g @rxap/schematics-ts-morph:init

Keywords