Think cp -r, but pure node, and asynchronous. ncp can be used both as a CLI tool and programmatically.
A lightweight, high-performance file size utility that converts bytes to human-readable strings. Zero dependencies. 100% test coverage.
Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.
Synchronize files and folders locally by glob patterns, watch option included.
The os.tmpdir() built-in doesn't return the real path. That can cause problems when the returned path is a symlink, which is the case on macOS. Use this module to get the resolved path.
Las características principales de sindresorhus/temp-dir son: File System Utilities.
Las alternativas de código abierto para sindresorhus/temp-dir incluyen: avianflu/ncp — Think cp -r, but pure node, and asynchronous. ncp can be used both as a CLI tool and programmatically. avoidwork/filesize.js — A lightweight, high-performance file size utility that converts bytes to human-readable strings. Zero dependencies.… bevry/istextorbinary — Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions. bruce/node-temp — Temporary files, directories, and streams for Node.js. calvinmetcalf/copyfiles — copyfiles. andyogo/node-sync-glob — Synchronize files and folders locally by glob patterns, watch option included.