awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
isaacs avatar

isaacs/node-graceful-fs

0
View on GitHub↗
1,302 stars·150 forks·JavaScript·BlueOak-1.0.0·12 views

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 history

Star history chart for isaacs/node-graceful-fsStar history chart for isaacs/node-graceful-fs

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does isaacs/node-graceful-fs do?

fs with incremental backoff on EMFILE

What are the main features of isaacs/node-graceful-fs?

The main features of isaacs/node-graceful-fs are: File System Utilities, Filesystem Utilities.

What are some open-source alternatives to isaacs/node-graceful-fs?

Open-source alternatives to isaacs/node-graceful-fs include: 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.

Open-source alternatives to Node Graceful Fs

Similar open-source projects, ranked by how many features they share with Node Graceful Fs.
  • isaacs/rimrafisaacs avatar

    isaacs/rimraf

    5,846View on 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
    View on GitHub↗5,846
  • jprichardson/node-fs-extrajprichardson avatar

    jprichardson/node-fs-extra

    9,610View on 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
    View on GitHub↗9,610
  • bevry/istextorbinarybevry avatar

    bevry/istextorbinary

    157View on GitHub↗

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

    TypeScript
    View on GitHub↗157
  • nspragg/filehoundnspragg avatar

    nspragg/filehound

    222View on GitHub↗

    Flexible and fluent interface for searching the file system

    JavaScript
    View on GitHub↗222
  • See all 30 alternatives to Node Graceful Fs→