hxpipe

0.0.6 • Public • Published

Introduction

This project is a partial clone of hxpipe from w3c's html-xml-utils, written in nodejs javascript. Eventually it should be a drop-in replacement for hxpipe.

Dependencies

Installation

npm install -g hxpipe

Running

haxpipe file.xml
haxpipe < file.xml
curl file.xml | haxpipe

Examples

var Hxpipe = require('hxpipe')
  , fs = require('fs');
 
fs.createReadStream('file.xml')
  .pipe(new Hxpipe())
  .pipe(process.stdout);

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.6
    2

Package Sidebar

Install

npm i hxpipe

Weekly Downloads

2

Version

0.0.6

License

MIT

Last publish

Collaborators

  • adamvr