1.1.1 • Published 11 years ago
posix-cat v1.1.1
posix-cat :cat2:
A POSIX-like cat in JavaScript.
CLI
echo "// before" | cat one.js two.js three.js > output.jsAPI
var Cat = require('posix-cat')var cat = new Cat(argv)
Returns a transform stream. argv can be:
_: An array of arguments of file paths to concat; such ascat one.js two.js three.jsfs: Override the file system with a node/io compatible fs.u: Write bytes without buffering.
license
(c) 2015 Kyle Robinson Young. MIT License
