xmlappend

1.0.4 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    2,459
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    2,459
  • 1.0.3
    2
  • 1.0.2
    1
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i xmlappend

Weekly Downloads

1,080

Version

1.0.4

License

Apache-2.0

Last publish

Collaborators

  • princed