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

Package detail

@rxap/workspace-ts-morph

rxap1.1kGPL-3.0-or-later19.1.12TypeScript support: included

This package provides utilities for transforming workspace files using the TypeScript compiler API via ts-morph. It includes functions to add directories to a ts-morph project, apply ts-morph project changes to a tree, and perform transformations on Angul

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

readme

This package provides utilities for transforming workspace files using the TypeScript compiler API via ts-morph. It includes functions to add directories to a ts-morph project, apply ts-morph project changes to a tree, and perform transformations on Angular and Nest projects. The package also offers an init generator for adding peer dependencies to a project.

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

Execute the init generator:

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

Generators

init

Initialize the package in the workspace

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