xml-disassembler
Version:
Disassemble XML files into smaller, more manageable files and reassemble the XML when needed.
31 lines (18 loc) • 504 B
Markdown
# Contributing
Contributions are welcome! If you would like to contribute, please fork the repository, make your changes, and submit a pull request.
## Requirements
- `pnpm >= 9`
- `node >= 20`
## Installation
### 1) Fork the repository
### 2) Install Dependencies
This will install all the tools needed to contribute
```bash
pnpm install
```
## Testing
When developing, run the provided tests for new additions.
```bash
pnpm test
```
All updates should meet the 90% code coverage threshold.