cacheable-fs-stream

1.0.0 • Public • Published

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

/cacheable-fs-stream/

    Package Sidebar

    Install

    npm i cacheable-fs-stream

    Weekly Downloads

    9

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2 kB

    Total Files

    3

    Last publish

    Collaborators

    • zephyr419