fsbin
Simple file system utility for npm scripts
Simple file system utility for npm scripts
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
Asynchroms mkdirp
Promise (bluebird) version of mkdirp
Prepare for writing a file to the given path – create ancestor directories and verify no directory exists in the path
mkdir -p combined with streams.
co-fs plus, supports `fs.walk` `fs.mkdirp` `fs.rimraf` etc.
Recursively create nested directories with jsftp, like mkdirp
Ensures that the file path exists.

mvy = mkdirp + mv // a cli for moving to a new directory
Utility for bulk creation of directories.
another fs
An extended, promisified fs drop-in-replacement for Node.js >=7.6
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
Write a file and create its ancestor directories if needed
A cli for fs-extra
Extends fildes promises with rm -rf, cp -r and mkdir -p
mkdir -p with touch file at end without having to re-type folders path twice :)
yet another node fs wrapper