cacheable-fs-stream
v1.0.0
Published
cache a fs readableStream
Downloads
2
Readme
Cacheable-Fs-Stream
Usage
const createCacheableStream = require('cacheable-fs-stream')
const getCacheableFileStream = createCacheableStream()
getCacheableFileStream('path/to/your/file', e => {
console.error(e)
// handle error
}).pipe(writableStream)
TODO
[ ] add multiple stores support