0.0.1 • Published 10 years ago

po-stream v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

po-stream Build Status

Streaming .po file parser.

$ npm i --save po-stream

Usage

var fs = require('fs');
var poStream = require('po-stream');

fs.createReadStream('file path')
  .pipe(poStream())
  .on('data', function (entry) {
    console.log(entry.toString());
  });

License

(The MIT License)

Copyright (c) 2014 Po-Ying Chen <poying.me@gmail.com>.

0.0.1

10 years ago

0.0.0

10 years ago