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,873GitHub पर देखें↗

    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,829GitHub पर देखें↗

    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,857GitHub पर देखें↗

    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