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

Package Sidebar

Install

npm i writestreamp

Weekly Downloads

7

Version

1.1.0

License

MIT

Last publish

Collaborators

  • fent