awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesDependency Management

Systems for tracking, patching, and updating integrated third-party source code and dependencies.

Distinct from Third Party Integrations: Distinct from Third Party Integrations: focuses on the lifecycle management of integrated source code rather than API connectivity.

Explore 5 awesome GitHub repositories matching web development · Dependency Management. Refine with filters or upvote what's useful.

Awesome Dependency Management GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ipader/swiftguideipader 的头像

    ipader/SwiftGuide

    15,988在 GitHub 上查看↗

    SwiftGuide is a centralized resource hub and ecosystem directory for developers using the Swift programming language. It provides a curated collection of open source libraries, frameworks, and tools, acting as a structured map of community resources and expert contributors. The project organizes the Swift ecosystem through a categorized directory of active projects and architectural mapping. It serves as a catalogue for selecting compatible integrated development environments, package managers, and system utilities. The repository also aggregates educational materials, including official doc

    Provides a curated directory of systems for managing third-party libraries and external project requirements in Swift.

    Swift
    在 GitHub 上查看↗15,988
  • bower/bowerbower 的头像

    bower/bower

    14,921在 GitHub 上查看↗

    Bower is a frontend package manager and client-side asset manager used to install and track third-party JavaScript and CSS libraries for browser-based projects. It functions as a web dependency manager that ensures consistent versioning across different development environments. The tool operates as a Git-based dependency manager, retrieving source code directly from Git repositories rather than relying on a central package registry. It utilizes a semantic versioning resolver to match manifest constraints against Git tags to determine the correct package version. To prevent nested directory t

    Manages the full lifecycle of third-party JavaScript and CSS dependencies for browser-based projects.

    JavaScript
    在 GitHub 上查看↗14,921
  • mozilla-firefox/firefoxmozilla-firefox 的头像

    mozilla-firefox/firefox

    11,305在 GitHub 上查看↗

    Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure browsing sessions. It utilizes a multi-process isolation architecture that distributes browser tasks across independent operating system processes to ensure stability and prevent site-specific failures from impacting the entire application. The engine incorporates a sandboxed execution environment to restrict web content and untrusted scripts to isolated memory compartments, enforcing security policies that prevent unauthorized access to system resources. The project distinguis

    Tracks upstream source versions and applies custom patches to integrated external code during the build process.

    JavaScript
    在 GitHub 上查看↗11,305
  • jareware/css-architecturejareware 的头像

    jareware/css-architecture

    2,570在 GitHub 上查看↗

    该项目提供了一种组织、限定范围和命名样式的方法,以确保大型 Web 应用中样式表的可维护性和可扩展性。它作为一种管理组件化样式的结构化方法,通过一套既定的设计原则防止全局命名空间冲突并简化长期的代码库维护。 该架构依赖于严格的基于命名空间的封装,所有类名都以唯一的组件标识符为前缀,以确保模块间的视觉隔离。它强制执行仅使用类选择器的策略,以避免与元素或 ID 选择器相关的维护风险,同时利用子组合选择器将样式应用限制在直接后代,防止意外的视觉泄漏到嵌套组件中。 该方法通过将相关资产(如样式、脚本和测试)分组到每个组件的单一目录中,促进了模块化开发。它还包括将第三方样式包装在本地定义中的模式,允许在集成外部设计系统的同时保持对本地命名约定和实现细节的控制。强制执行组件命名空间与源文件之间的一对一映射,以确保可预测的发现并简化项目增长过程中的重构。

    Integrates third-party design systems while maintaining control over local naming standards and implementation.

    在 GitHub 上查看↗2,570
  • pr0g/cmake-examplespr0g 的头像

    pr0g/cmake-examples

    1,231在 GitHub 上查看↗

    This project provides a collection of minimal, modern configuration templates designed to demonstrate industry-standard practices for managing C and C++ build workflows. It serves as a practical guide for developers to implement build automation, dependency management, and project structuring using the CMake build system. The repository distinguishes itself by offering modular examples that cover complex build requirements, such as hierarchical project organization and the integration of external third-party source code. It emphasizes the use of target-based dependency graphs and interface-ba

    Provides automated systems for tracking and integrating third-party source code dependencies into the build process.

    CMakecmakecmake-examplescmake-scripts
    在 GitHub 上查看↗1,231
  1. Home
  2. Web Development
  3. Third Party Integrations
  4. Dependency Management