rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a programmatic library and a command-line interface for removing files and directories and all of their contained contents across different operating systems. The utility supports glob-based file deletion, allowing the removal of items that match specific wildcard patterns rather than just literal paths. It also includes the ability to abort deletion processes mid-execution and apply custom predicate-based filtering to exclude specific files or folders. The project covers broad filesystem
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.
Think cp -r, but pure node, and asynchronous. ncp can be used both as a CLI tool and programmatically.
copyfiles
Principalele funcționalități ale calvinmetcalf/copyfiles sunt: File System Utilities, Cross-Platform Utilities.
Alternativele open-source pentru calvinmetcalf/copyfiles includ: isaacs/rimraf — rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a… 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. byteclubfr/node-sync-files — Synchronize files or folders locally, with a watch option. avianflu/ncp — Think cp -r, but pure node, and asynchronous. ncp can be used both as a CLI tool and programmatically.