Synchronously write a file and create its ancestor directories if needed
Return an array of all parent node_modules directories
`fs-temp` is a quick and simple way to create temporary files and directories.
Ensure directories exist before writing to them.
Move files or directories with rename, falling back to recursive rename/copy on EXDEV errors.
Provides a fallback for non-existing directories so that the HTML 5 history API can be used.
Generate a unique filename for use in temporary directories or caches.
Promises of moves of files or directories with rename, falling back to recursive rename/copy on EXDEV errors, with configurable concurrency and win32 junction support.
Helper to require() directories.
a tool for watching directories for file changes
Copy files, directories and links, preserving ownership and perms
Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.
Task to synchronize two directories. Similar to grunt-copy but updates only files that have been changed.
Recursively watch directories for changes
Hard link (or copy if linking fails) all files from a directory to several target directories.