fs-transport-stream

1.1.0 • Public • Published

fs-transport-stream

Execute a command somewhere else on the fs and get results back as a stream.

build status

npm install fs-transport-stream

fs-transport-stream(filepath, cmd)

var transport = require('fs-transport-stream')
var stream1 = transport('file://path/to/file', 'ls')
stream1.on('data', console.log)

Readme

Keywords

none

Package Sidebar

Install

npm i fs-transport-stream

Weekly Downloads

3

Version

1.1.0

License

MIT

Last publish

Collaborators

  • karissa