Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@rxap/schematics-ts-morph

rxap1.3kGPL-3.0-or-later19.1.0TypeScript support: included

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

packages, rxap, schematic, schematic-ts-morph, scope:utilities, ts-morph

readme

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