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

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

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

3 个仓库

Awesome GitHub RepositoriesDependency Integration

The process of importing and resolving third-party code packages within a runtime environment.

Distinct from Third Party Integrations: Existing candidates focus on API integration (web services) rather than language-level module dependency resolution.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Dependency Integration. Refine with filters or upvote what's useful.

Awesome Dependency Integration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • maxogden/art-of-nodemaxogden 的头像

    maxogden/art-of-node

    9,873在 GitHub 上查看↗

    This project is a structured Node.js programming course and educational guide designed to teach JavaScript backend development. It provides a sequence of workshops and interactive tutorials that focus on the fundamentals of the Node.js runtime and its core modules. The material emphasizes asynchronous programming, specifically covering non-blocking I/O, callback patterns, and event-driven architecture. It includes a practical exploration of the core API for managing network applications, file system operations, and binary data. The curriculum covers module management and dependency resolutio

    Covers the process of importing shared code and resolving third-party packages through the module system.

    JavaScript
    在 GitHub 上查看↗9,873
  • bobthecow/psyshbobthecow 的头像

    bobthecow/psysh

    9,829在 GitHub 上查看↗

    PsySH is an interactive read-eval-print loop and shell environment for PHP. It functions as a runtime debugger and application inspector, allowing for the execution of PHP code in real-time to experiment with snippets and inspect live application state. The project is distinguished by its ability to be embedded directly into running PHP applications for live troubleshooting. It provides specialized tools for state manipulation, including the ability to bypass visibility restrictions to inspect private or protected object members and the capacity to reload code without restarting the session.

    Automatically integrates external libraries and autoloader files upon startup based on the working directory.

    PHPcliphppsysh
    在 GitHub 上查看↗9,829
  • melkeydev/go-blueprintMelkeydev 的头像

    Melkeydev/go-blueprint

    8,857在 GitHub 上查看↗

    go-blueprint is a project generator and scaffolding tool for creating Go applications. It functions as a framework orchestrator that bootstraps application skeletons by integrating web frameworks, database drivers, and directory layouts. The tool utilizes a command-line interface to collect user preferences and provides a project structure preview to visualize the architecture before files are written to disk. It supports the injection of optional components, including container configurations and automation workflows, into the generated codebase. The system handles the initial setup of Go w

    Dynamically injects the necessary library imports and driver configurations based on selected frameworks and databases.

    Go
    在 GitHub 上查看↗8,857
  1. Home
  2. Programming Languages & Runtimes
  3. Dependency Integration