1 مستودع
Uses structured file naming conventions to map specific patch files to target dependencies and their corresponding version ranges.
Distinct from Dependency Manifests: Distinct from general dependency manifests: focuses on mapping patch files to specific dependency versions.
Explore 1 awesome GitHub repository matching software engineering & architecture · Dependency Patch Manifests. Refine with filters or upvote what's useful.
Patch-package is a utility that extends JavaScript package managers to capture and reapply local modifications made to installed third-party dependencies. By generating standard diff files from changes made directly to the source code on disk, it allows developers to maintain custom fixes across dependency updates and team environments without the need to fork or publish modified versions of external libraries. The tool integrates directly into the package manager lifecycle, automatically applying stored patches after dependencies are installed or updated. It supports complex maintenance scen
Uses structured manifests to map patch files to specific dependency versions.