README
node-writestreamp
Create a writable file stream without checking if a directory exists. Like mkdirp with files.
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