1 repo
Utilities for linking and managing multiple packages within a single repository.
Distinguishing note: No existing candidates; focuses on workspace resolution.
Explore 1 awesome GitHub repository matching development tools & productivity · Monorepo Management Tools. Refine with filters or upvote what's useful.
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
Links multiple local packages within a single repository by dynamically mapping internal dependencies to their source directories.