file-content-stream
v1.0.0
Published
stream file contents
Downloads
23
Maintainers
Readme
file-content-stream
usage
given a stream of file names, will output a stream of file contents in format:
{
filename: '/path/to/file'
, chunk: (chunk number)
, data: (data chunk)
}
api
fileContentStream([splitOn]) -> DuplexStream
- Where
splitOn
is an optional sequence to split file data by, defaults to/\r?\n/
.
license
MIT