writestreamp
v1.1.0
Published
A file write stream that creates its directory if it does not exist
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 writestreampTests
Tests are written with mocha
npm testLicense
MIT
