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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • maxogden/art-of-nodeAvatar maxogden

    maxogden/art-of-node

    9,873Vezi pe 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
    Vezi pe GitHub↗9,873
  • bobthecow/psyshAvatar bobthecow

    bobthecow/psysh

    9,829Vezi pe 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
    Vezi pe GitHub↗9,829
  • melkeydev/go-blueprintAvatar Melkeydev

    Melkeydev/go-blueprint

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