Skip to content

princed/xmlappend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmlappend NPM version Build Status Dependency Status

Merge xml files with the root node

Installation

$ npm install --save xmlappend

Usage

$ xmlappend --help

Merge 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
  $ xmlappend <target-file>

Examples
  $ eslint --format jslint-xml | xmlappend final-report.xml
  $ stylelint --custom-formatter './jslint-xml.js' '**/*.css' | xmlappend final-report.xml

Requirements

Node.js >= 6

License

Apache-2.0 © Eugene Datsky

About

Merge xml files with the same root node

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published