fs with incremental backoff on EMFILE
isaacs/node-graceful-fs 的主要功能包括:File System Utilities, Filesystem Utilities。
isaacs/node-graceful-fs 的开源替代品包括: jprichardson/node-fs-extra — node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and… paulmillr/chokidar — Chokidar is a cross-platform file system monitoring library designed to provide a unified interface for tracking disk… isaacs/rimraf — rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a… bevry/istextorbinary — Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions. nspragg/filehound — Flexible and fluent interface for searching the file system. sindresorhus/cpy — Copy files.
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
node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and directory operations. It functions as a recursive directory manager, a JSON file processor, and a file asset manipulator, extending the standard library to provide high-level utilities for managing assets on disk. The project distinguishes itself through recursive capabilities, such as duplicating or removing nested folder structures and ensuring that all missing parent directories are automatically generated when creating files or symbolic links. It also integrates a JSON se
Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.
Flexible and fluent interface for searching the file system