@rxap/xml-parser
Version:
Provides a set of decorators and services for parsing and serializing XML documents into TypeScript classes. It simplifies the process of mapping XML elements and attributes to class properties, handling data validation, and serializing objects back into
32 lines (25 loc) • 1.42 kB
Markdown
Provides a set of decorators and services for parsing and serializing XML documents into TypeScript classes. It simplifies the process of mapping XML elements and attributes to class properties, handling data validation, and serializing objects back into XML. The library supports defining XML structures using decorators and offers a flexible way to customize parsing and serialization logic.
[](https://www.npmjs.com/package/@rxap/xml-parser)
[](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/xml-parser
```
**Execute the init generator:**
```bash
yarn nx g @rxap/xml-parser:init
```
# Generators
## init
> Initialize the package in the workspace
```bash
nx g @rxap/xml-parser:init
```