Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/princed/xmlappend
Merge xml files with the same root node
https://github.com/princed/xmlappend
append cli merge xml
Last synced: about 1 month ago
JSON representation
Merge xml files with the same root node
- Host: GitHub
- URL: https://github.com/princed/xmlappend
- Owner: princed
- License: other
- Created: 2017-07-07T15:54:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T00:29:23.000Z (almost 4 years ago)
- Last Synced: 2024-04-24T15:45:00.975Z (7 months ago)
- Topics: append, cli, merge, xml
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xmlappend [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Merge xml files with the root node## Installation
```sh
$ npm install --save xmlappend
```## Usage
```
$ xmlappend --helpMerge xml files with the root node
Reads xml from stdin and appends it to target file if root node is the same.
Will fail otherwise.Usage
$ xmlappendExamples
$ eslint --format jslint-xml | xmlappend final-report.xml
$ stylelint --custom-formatter './jslint-xml.js' '**/*.css' | xmlappend final-report.xml
```
## RequirementsNode.js >= 6
## License
Apache-2.0 © [Eugene Datsky](https://twitter.com/prncd)
[npm-image]: https://badge.fury.io/js/xmlappend.svg
[npm-url]: https://npmjs.org/package/xmlappend
[travis-image]: https://travis-ci.org/princed/xmlappend.svg?branch=master
[travis-url]: https://travis-ci.org/princed/xmlappend
[daviddm-image]: https://david-dm.org/princed/xmlappend.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/princed/xmlappend