@rxap/schematics-xml-parser
Version:
This package provides utilities for parsing XML templates within Angular Schematics. It includes functionality to locate templates in a file system, parse them using a specified DOMParser, and register custom elements for parsing. The package also offers
32 lines (25 loc) • 1.44 kB
Markdown
This package provides utilities for parsing XML templates within Angular Schematics. It includes functionality to locate templates in a file system, parse them using a specified DOMParser, and register custom elements for parsing. The package also offers elements for defining modules, types, and methods within the XML templates.
[](https://www.npmjs.com/package/@rxap/schematics-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/schematics-xml-parser
```
**Execute the init generator:**
```bash
yarn nx g @rxap/schematics-xml-parser:init
```
# Generators
## init
> Initialize the package in the workspace
```bash
nx g @rxap/schematics-xml-parser:init
```