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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 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 Aufrufe

Global Cache Dir

Get the global cache directory.

Features

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

Star-Verlauf

Star-Verlauf für ehmicky/global-cache-dirStar-Verlauf für ehmicky/global-cache-dir

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Global Cache Dir

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Global Cache Dir.
  • bevry/istextorbinaryAvatar von bevry

    bevry/istextorbinary

    157Auf GitHub ansehen↗

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

    TypeScript
    Auf GitHub ansehen↗157
  • isaacs/node-graceful-fsAvatar von isaacs

    isaacs/node-graceful-fs

    1,302Auf GitHub ansehen↗

    fs with incremental backoff on EMFILE

    JavaScript
    Auf GitHub ansehen↗1,302
  • isaacs/rimrafAvatar von isaacs

    isaacs/rimraf

    5,846Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,846
  • bcoe/any-pathAvatar von bcoe

    bcoe/any-path

    4Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4
Alle 23 Alternativen zu Global Cache Dir anzeigen→

Häufig gestellte Fragen

Was macht ehmicky/global-cache-dir?

Get the global cache directory.

Was sind die Hauptfunktionen von ehmicky/global-cache-dir?

Die Hauptfunktionen von ehmicky/global-cache-dir sind: Filesystem Utilities.

Welche Open-Source-Alternativen gibt es zu ehmicky/global-cache-dir?

Open-Source-Alternativen zu ehmicky/global-cache-dir sind unter anderem: 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…