make-dir
Make a directory and its parents if needed - Think `mkdir -p`
Make a directory and its parents if needed - Think `mkdir -p`
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Ensure directories exist before writing to them.
Promise version of mkdirp
Synchronously write a file and create its ancestor directories if needed
Make all directories in a path, like mkdir -p
mkdirp as promised
Write a JSON file to disk, also creates intermediate directories in the destination path if they don't already exist.
fs-extra module promisified with bluebird
Create an fs.writeableStream that won't error if the directory does not exist.
A minimal, zero-dependency mkdirp written in VanillaJS for node.
mkdir-p
synchronous fs with more fun
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
A tiny (381B to 419B) utility to make a directory and its parents, recursively
Make directories and their parents if needed - Like `mkdir -p`, but cross-platform
NodeJs FileSystem (FS) extra utilities, walk, fsize ( folder / symlinks / files ), rmdirs,
Filendir allows you to write a file and create the directories found in its path if needed.
Writing a file to disk, creates intermediate directories in the destination path if they dont already exist.
mkdir -p sync in node.js