1.0.0 • Published 10 years ago
ix-expand v1.0.0
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
1.0.0
10 years ago