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
·
ehmicky avatar

ehmicky/global-cache-dir

0
View on GitHub↗
6 stars·1 fork·JavaScript·MIT·6 views

Global Cache Dir

Get the global cache directory.

Features

  • Filesystem Utilities - Get the OS-specific global cache directory.

Star history

Star history chart for ehmicky/global-cache-dirStar history chart for ehmicky/global-cache-dir

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

Open-source alternatives to Global Cache Dir

Similar open-source projects, ranked by how many features they share with Global Cache Dir.
  • 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
  • isaacs/node-graceful-fsisaacs avatar

    isaacs/node-graceful-fs

    1,302View on GitHub↗

    fs with incremental backoff on EMFILE

    JavaScript
    View on GitHub↗1,302
  • 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
  • bcoe/any-pathbcoe avatar

    bcoe/any-path

    4View on GitHub↗

    For when the keys in an object represent paths, and you want to be able to fetch them regardless of your operating system's preference for path separators (\, /).

    JavaScript
    View on GitHub↗4
See all 23 alternatives to Global Cache Dir→

Frequently asked questions

What does ehmicky/global-cache-dir do?

Get the global cache directory.

What are the main features of ehmicky/global-cache-dir?

The main features of ehmicky/global-cache-dir are: Filesystem Utilities.

What are some open-source alternatives to ehmicky/global-cache-dir?

Open-source alternatives to ehmicky/global-cache-dir include: bevry/istextorbinary — Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions. isaacs/node-graceful-fs — fs with incremental backoff on EMFILE. isaacs/rimraf — rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a… 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… moxystudio/node-proper-lockfile — An inter-process and inter-machine lockfile utility that works on a local or network file system. bcoe/any-path — For when the keys in an object represent paths, and you want to be able to fetch them regardless of your operating…