Provides a set of utility functions for Node.js development, including file system operations, git integration, and package.json manipulation. It offers functionalities like copying folders, reading JSON files with retry logic, retrieving the current git branch, and fetching package information from npm. This package aims to simplify common tasks and improve developer productivity in Node.js projects.

Installation
Add the package to your workspace:
yarn add @rxap/node-utilities
Execute the init generator:
yarn nx g @rxap/node-utilities:init
Generators
init
Initialize the package in the workspace
nx g @rxap/node-utilities:init