awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Virtual File Systems · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesVirtual File Systems

Abstractions that provide a unified interface for file operations across different environments.

Distinguishing note: Focuses on cross-platform file system abstraction, distinct from standard OS file access.

Explore 2 awesome GitHub repositories matching development tools & productivity · Virtual File Systems. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Virtual File Systems

Awesome Virtual File Systems GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • parcel-bundler/parcel

    parcel-bundler/parcel

    44,041View on GitHub↗

    Parcel is a web application bundler designed to automate the packaging of project assets for production. It functions as a zero-configuration tool that detects dependencies and transforms source files into optimized output without requiring manual setup files. The project includes a built-in development server that supports incremental builds and hot module replacement to reflect code changes during the development cycle. The core of the system is a dependency graph resolver that maps relationships between modules to determine the structure of output bundles. This is supported by a modular as

    Provides a unified interface for file operations to ensure consistent behavior across operating systems.

    JavaScriptassetsbuild-toolcommonjs
    44,041View on GitHub↗
  • yarnpkg/yarn

    yarnpkg/yarn

    41,540View on GitHub↗

    Yarn is a command-line package manager for JavaScript projects that automates the installation, versioning, and configuration of external code dependencies. It functions as a deterministic build tool, utilizing a lockfile to calculate a fixed dependency graph that ensures identical package versions across development, testing, and production environments. The project distinguishes itself through a content-addressable storage system that indexes packages by hash to eliminate redundant downloads and enable instant linking. It incorporates a virtual file system mapping that presents a unified vi

    Intercepts file system requests to present a unified view of dependencies without physically copying files.

    JavaScriptjavascriptnpmpackage-manager
    41,540View on GitHub↗