Skip to content

finnp/save-through

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

save-through

Through stream with the side effect of saving piped through data to disk. Install with npm install save-through

var save = require('save-through')

source
  .pipe(save('file.csv'))
  .pipe(target)

Saves the stream to file.csv

It includes a CLI, which can be installed by passing in the optional -g flag.

source | save-through file.csv | target

About

PassThrough that saves the stream to disk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published