A file write stream that creates its directory if it does not exist
npm install writestreampCreate a writable file stream without checking if a directory exists. Like mkdirp with files.



``js`
const wsp = require('writestreamp');
const ws = wsp('some/dir/that/might/not/exist/file', options);
readStream.pipe(ws);
npm install writestreamp
`bash``
npm test