# joinxmlfiles

> Simple NodeJS tool for joining local XML files

Latest version **1.1.0** (published 2022-12-02) · GPL-3.0-or-later license · 0 weekly downloads

## Install

```sh
npm install joinxmlfiles
pnpm add joinxmlfiles
yarn add joinxmlfiles
bun add joinxmlfiles
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2022-12-02 |
| First published | 2021-11-09 |
| Weekly downloads | 0 |
| License | GPL-3.0-or-later |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 37.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Nullish |
| Maintainers | nullish |
| Keywords | node, xml |

## Links

- npm: https://www.npmjs.com/package/joinxmlfiles
- Repository: https://github.com/nullish/joinxmlfiles
- Homepage: https://github.com/nullish/joinxmlfiles#readme
- Issues: https://github.com/nullish/joinxmlfiles/issues
- npm.io page: https://npm.io/package/joinxmlfiles

## Dependencies (1)

- [@xmldom/xmldom](https://npm.io/package/@xmldom/xmldom.md) >=0.7.5

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 1.1.0 (latest) — 2022-12-02
- 1.0.3 — 2021-11-10
- 1.0.2 — 2021-11-09
- 1.0.1 — 2021-11-09
- 1.0.0 — 2021-11-09

## README

# JoinXMLfiles

Merges xml files from a single local directory.

The function receives one argument, the path to a folder, and returns a DOM object.

## Usage

```JavaScript
const joinxmlfiles = require('joinxmlfiles');
const mergedOutput = joinxmlfiles('./directory/of/xmlfiles/');
console.log(mergedOuput.toString()); // Ouputs merged result as string
```

---
_Source: https://npm.io/package/joinxmlfiles · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
