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