@rxap/reflect-metadata
Version:
Provides utilities for working with Reflect Metadata. It includes functions for setting, getting, and manipulating metadata on objects and properties. This package also offers functionalities for change detection using proxies and metadata.
32 lines (25 loc) • 1.31 kB
Markdown
Provides utilities for working with Reflect Metadata. It includes functions for setting, getting, and manipulating metadata on objects and properties. This package also offers functionalities for change detection using proxies and metadata.
[](https://www.npmjs.com/package/@rxap/reflect-metadata)
[](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/reflect-metadata
```
**Execute the init generator:**
```bash
yarn nx g @rxap/reflect-metadata:init
```
# Generators
## init
> Initialize the package in the workspace
```bash
nx g @rxap/reflect-metadata:init
```