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·13 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 are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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.

Which projects share features with isaacs/node-graceful-fs?

Projects with overlapping indexed features 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.

Projects sharing features with Node Graceful Fs

These projects share indexed features with Node Graceful Fs. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
Compare all 30 related projects→