awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • maxogden/art-of-nodeAvatar de maxogden

    maxogden/art-of-node

    9,873Ver en 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
    Ver en GitHub↗9,873
  • bobthecow/psyshAvatar de bobthecow

    bobthecow/psysh

    9,829Ver en 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
    Ver en GitHub↗9,829
  • melkeydev/go-blueprintAvatar de Melkeydev

    Melkeydev/go-blueprint

    8,857Ver en 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
    Ver en GitHub↗8,857
  1. Home
  2. Programming Languages & Runtimes
  3. Dependency Integration