ix-expand
v1.0.0
Published
A POSIX-like expand in JavaScript
Downloads
3
Readme
ix-expand
A POSIX-like expand
in JavaScript.
CLI
expand tabs.file > spaces.file
API
var Expand = require('ix-expand')
var expand = new Expand(argv)
Returns a transform stream. argv
can be:
_
: An array of arguments, file inputs; such asexpand one.js two.js three.js
fs
: Override the file system with a node/io compatible fs.t
: Number of tab stops. Default is 8.
license
(c) 2015 Kyle Robinson Young. MIT License