@rxap/node-utilities
Version:
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
32 lines (25 loc) • 1.46 kB
Markdown
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.
[](https://www.npmjs.com/package/@rxap/node-utilities)
[](https://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier)



- [Installation](#installation)
- [Generators](#generators)
- [init](#init)
# Installation
**Add the package to your workspace:**
```bash
yarn add @rxap/node-utilities
```
**Execute the init generator:**
```bash
yarn nx g @rxap/node-utilities:init
```
# Generators
## init
> Initialize the package in the workspace
```bash
nx g @rxap/node-utilities:init
```