@rxap/utilities
Version:
A collection of utility functions, types and interfaces.
31 lines (25 loc) • 1.07 kB
Markdown
A collection of utility functions, types and interfaces.
[](https://www.npmjs.com/package/@rxap/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/utilities
```
**Execute the init generator:**
```bash
yarn nx g @rxap/utilities:init
```
# Generators
## init
> Initialize the package in the workspace
```bash
nx g @rxap/utilities:init
```