1.0.4 • Published 7 years ago

xmlappend v1.0.4

Weekly downloads
1,739
License
Apache-2.0
Repository
github
Last release
7 years ago

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

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago