awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesDependency-Aware Code Analysis

Static analysis that incorporates the resolution of external dependencies to provide full visibility of the codebase.

Distinct from Code Dependency Analysis: Distinct from Code Dependency Analysis: not just listing dependencies, but using them to enrich the analysis of the target code.

Explore 4 awesome GitHub repositories matching development tools & productivity · Dependency-Aware Code Analysis. Refine with filters or upvote what's useful.

Awesome Dependency-Aware Code Analysis GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • octolinker/browser-extensionOctoLinker का अवतार

    OctoLinker/browser-extension

    5,366GitHub पर देखें↗

    This browser extension is a web-based source code navigator that transforms import statements, include declarations, and dependency paths into clickable links. It functions as a dependency link resolver and workflow action navigator, mapping language-specific requirements to their corresponding source code or external repositories. The project provides a package dependency previewer that uses hovercards to display metadata and dependency insights without requiring the user to leave the current page. It also converts action definitions within CI/CD workflow files into direct links to their und

    Enriches the code exploration experience by providing on-demand package dependency insights via hovercards.

    HTML
    GitHub पर देखें↗5,366
  • shareai-lab/kode-clishareAI-lab का अवतार

    shareAI-lab/Kode-CLI

    5,138GitHub पर देखें↗

    Kode-CLI एक LLM-संचालित टर्मिनल इंटरफ़ेस है जिसे कोड एडिटिंग, शेल निष्पादन और एजेंट ऑर्केस्ट्रेशन के लिए डिज़ाइन किया गया है। यह एक नेचुरल लैंग्वेज कोड एडिटर और AI एजेंट ऑर्केस्ट्रेटर के रूप में कार्य करता है, जो उपयोगकर्ताओं को सोर्स कोड को संशोधित करने और कमांड लाइन से सीधे प्रोजेक्ट कार्यों को प्रबंधित करने की अनुमति देता है। इस सिस्टम में एक मॉडल-अज्ञेयवादी (model-agnostic) ऑर्केस्ट्रेशन लेयर है जो प्रतिक्रियाओं को ऑप्टिमाइज़ करने के लिए विभिन्न बड़े भाषा मॉडल और विशेष विशेषज्ञों के बीच स्विच करती है। यह एक मल्टी-एजेंट डेलिगेशन मॉडल का उपयोग करता है, जो प्रोजेक्ट घटकों के समानांतर प्रसंस्करण और गहन विश्लेषण को संभालने के लिए पूर्व-निर्धारित भूमिकाओं वाले विशेष स्वायत्त एजेंटों को स्पॉन करता है। यह टूल स्थानीय फ़ाइलों में सटीक संपादन लागू करने के लिए संदर्भ-जागरूक फ़ाइल विश्लेषण प्रदान करता है और वर्कफ़्लो स्वचालन के लिए नेचुरल लैंग्वेज प्रॉम्प्ट्स को रीयल-टाइम शेल कमांड निष्पादन में अनुवादित करता है। इसका कार्यात्मक टूलसेट एक प्लगइन सिस्टम के माध्यम से विस्तार योग्य है जो रिमोट रिपॉजिटरी से बाहरी कौशल और सर्वर इंस्टॉल करता है।

    Scans project structures and file dependencies to provide intelligent suggestions for code modifications.

    TypeScript
    GitHub पर देखें↗5,138
  • ansible/ansible-lintansible का अवतार

    ansible/ansible-lint

    3,876GitHub पर देखें↗

    ansible-lint is a static code analysis tool and linter designed to identify syntax errors and best practice violations within Ansible playbooks and roles. It functions as a quality gate for automation pipelines, scanning configuration files and scripts without executing the code to ensure reliability and consistency. The project distinguishes itself by acting as an automated code formatter that can correct identified linting issues and reformat files to meet community standards. It also serves as a dependency manager, automatically detecting and installing required roles and collections from

    Ensures comprehensive analysis by automatically resolving and installing required roles and collections from requirements files.

    Pythonansibleansible-dev-toolsansible-lint
    GitHub पर देखें↗3,876
  • autonomousapps/dependency-analysis-gradle-pluginautonomousapps का अवतार

    autonomousapps/dependency-analysis-gradle-plugin

    2,149GitHub पर देखें↗

    The dependency analysis Gradle plugin is a diagnostic and management tool designed to optimize build configurations for JVM and Android projects. It identifies unused dependencies and plugins by inspecting source code and compiled bytecode, ensuring that project configurations remain lean and efficient. By integrating directly into the build lifecycle, the plugin provides actionable insights that help maintain clean dependency declarations and reduce unnecessary build overhead. The project distinguishes itself through a heuristic-based advice engine that explains the rationale behind every re

    Visualizes project architecture through dependency graphs and dominator trees to identify performance bottlenecks.

    Kotlinandroidgradle-plugingroovy
    GitHub पर देखें↗2,149
  1. Home
  2. Development Tools & Productivity
  3. Dependency Analysis Tools
  4. Code Dependency Analysis
  5. Dependency-Aware Code Analysis

सब-टैग एक्सप्लोर करें

  • Project Structure AnalysisAI-driven analysis of file relationships and project hierarchies to inform code modifications. **Distinct from Dependency-Aware Code Analysis:** Focuses on analyzing the overall project structure and relationships rather than just resolving external library dependencies