awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
isaacs avatar

isaacs/node-graceful-fs

0
View on GitHub↗
1,302 星标·150 分支·JavaScript·BlueOak-1.0.0·5 次浏览

Node Graceful Fs

fs with incremental backoff on EMFILE

Features

  • File System Utilities - Improved fs module replacement.
  • Filesystem Utilities - Enhanced filesystem module with Windows improvements.

Star 历史

isaacs/node-graceful-fs 的 Star 历史图表isaacs/node-graceful-fs 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

isaacs/node-graceful-fs 是做什么的?

fs with incremental backoff on EMFILE

isaacs/node-graceful-fs 的主要功能有哪些?

isaacs/node-graceful-fs 的主要功能包括:File System Utilities, Filesystem Utilities。

isaacs/node-graceful-fs 有哪些开源替代品?

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.

Node Graceful Fs 的开源替代方案

相似的开源项目,按与 Node Graceful Fs 的功能重合度排序。
  • isaacs/rimrafisaacs 的头像

    isaacs/rimraf

    5,846在 GitHub 上查看↗

    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

    TypeScript
    在 GitHub 上查看↗5,846
  • jprichardson/node-fs-extrajprichardson 的头像

    jprichardson/node-fs-extra

    9,610在 GitHub 上查看↗

    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

    JavaScriptcopydeletefilesystem
    在 GitHub 上查看↗9,610
  • bevry/istextorbinarybevry 的头像

    bevry/istextorbinary

    157在 GitHub 上查看↗

    Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.

    TypeScript
    在 GitHub 上查看↗157
  • nspragg/filehoundnspragg 的头像

    nspragg/filehound

    222在 GitHub 上查看↗

    Flexible and fluent interface for searching the file system

    JavaScript
    在 GitHub 上查看↗222
查看 Node Graceful Fs 的所有 30 个替代方案→