file-content-stream
v1.0.0
Published
stream file contents
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
splitOnis an optional sequence to split file data by, defaults to/\r?\n/.
license
MIT
