1.1.0 • Published 7 years ago

writestreamp v1.1.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

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