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

Package detail

@rxap/workspace-utilities

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

Provides utilities for Nx workspaces, including file manipulation, project configuration, and code generation. It offers tools for reading, updating, and managing workspace files like package.json, nx.json, and tsconfig.json, as well as functionalit

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

readme

Provides utilities for Nx workspaces, including file manipulation, project configuration, and code generation. It offers tools for reading, updating, and managing workspace files like `package.json`, `nx.json`, and `tsconfig.json`, as well as functionalities for project-related tasks such as determining project types, dependencies, and build outputs. This package simplifies common workspace operations and enhances developer productivity.

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-utilities

Execute the init generator:

yarn nx g @rxap/workspace-utilities:init

Generators

init

Initialize the package in the workspace

nx g @rxap/workspace-utilities:init