1.1.3 • Published 3 months ago

@sesamecare-oss/xml-deep-merge v1.1.3

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 months ago

xml-deep-merge

Node CI

Deeply merge multiple XML files into one file. Originally used to merge a GCP repo configuration into a generated pom.xml for OpenAPI Java projects.

Usage

npx @sesamecare-oss/xml-deep-merge file1.xml file2.xml file3.xml -o merged.xml

In Maven, certain elements must only occur once. You can accomplish this via the -s argument (or -singleChildPath).

npx @sesamecare-oss/xml-deep-merge pom.xml deps.xml -o merged.xml -s project.dependencies -s project.build

This will combine the multiple instances of project.dependencies and project.build into a single node in the output.

1.1.3

3 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.2

7 months ago