xml-disassembler
Version:
Disassemble XML files into smaller, more manageable files and reassemble the XML when needed.
29 lines (17 loc) • 446 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 >= 8`
- `node >= 18`
## 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
```