writestreamp

1.1.0 • Public • Published

node-writestreamp

Create a writable file stream without checking if a directory exists. Like mkdirp with files.

Build Status Dependency Status codecov

Usage

const wsp = require('writestreamp');
const ws = wsp('some/dir/that/might/not/exist/file', options);
readStream.pipe(ws);

Install

npm install writestreamp

Tests

Tests are written with mocha

npm test

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    4
  • 1.0.1
    2
  • 1.0.0
    2
  • 0.1.1
    249
  • 0.1.0
    2

Package Sidebar

Install

npm i writestreamp

Weekly Downloads

137

Version

1.1.0

License

MIT

Last publish

Collaborators

  • fent