awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesHTML Static Analysis

Static analysis specifically tailored to identify malformed tags and structural inconsistencies in HTML markup.

Distinct from Static Analysis Tools: While Static Analysis Tools [f2_mt1] is broad, this specializes in the unique structural requirements of HTML markup.

Explore 6 awesome GitHub repositories matching development tools & productivity · HTML Static Analysis. Refine with filters or upvote what's useful.

Awesome HTML Static Analysis GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • fullhuman/purgecssالصورة الرمزية لـ FullHuman

    FullHuman/purgecss

    8,043عرض على GitHub↗

    PurgeCSS هو أداة لتنقية وتحسين ملفات CSS ضمن خط أنابيب البناء (build-pipeline)، مصممة لتقليل الحجم النهائي لملفات التنسيق. يعمل كأداة "هز شجري" (tree shaking) تقوم بمسح ملفات HTML وJavaScript لتحديد وإزالة المحددات (selectors) غير المستخدمة من ملفات CSS. تعمل الأداة على تحسين حمولات CSS من خلال إجراء تحليل ثابت للمحتوى لاكتشاف الأنماط المستخدمة فعلياً في الترميز. تستخدم مطابقة الأنماط القائمة على التعبيرات النمطية (regex) للعثور على أسماء الفئات المحتملة دون تنفيذ الكود، وتوظف تحويل AST القائم على PostCSS لحذف القواعد غير المستخدمة بأمان. يوفر المشروع قدرات لأتمتة بناء الواجهة الأمامية، مما يسمح بدمج إزالة الأنماط غير المستخدمة مباشرة في مجمعات الوحدات (module bundlers) ومشغلات المهام. كما يتضمن مرشح قائمة بيضاء (whitelist) مخصص للحفاظ على المحددات الأساسية بغض النظر عما إذا تم اكتشافها أثناء مسح المحتوى.

    Scans HTML and JavaScript files to create a comprehensive list of all CSS selectors used in the markup.

    TypeScript
    عرض على GitHub↗8,043
  • windicss/windicssالصورة الرمزية لـ windicss

    windicss/windicss

    6,515عرض على GitHub↗

    Windi CSS is a utility-first CSS framework that generates only the CSS classes actually used in a project, scanning source files at build time to produce smaller, optimized stylesheets. It provides on-demand style generation through static analysis of HTML and template files, eliminating unused styles for leaner output. The framework offers a plugin-based extension system for adding custom utilities, variants, and design tokens without modifying the core. It includes built-in compatibility for migrating from Tailwind CSS, removing Tailwind-specific dependencies and configuration fields while

    Parses HTML and template files to detect utility class names and determine which styles to generate.

    TypeScriptcsscss-compileron-demand
    عرض على GitHub↗6,515
  • aui/font-spiderالصورة الرمزية لـ aui

    aui/font-spider

    5,138عرض على GitHub↗

    Font-spider هي مجموعة من الأدوات المتخصصة لتحسين خطوط الويب. تعمل كأداة لتقسيم الخطوط وضغطها، حيث تحلل محتوى HTML لاستخراج الأحرف المستخدمة فقط في الصفحة، مما ينشئ ملفات خطوط مصغرة لتقليل حجم الصفحة وتحسين سرعة التحميل. يتضمن المشروع محول خطوط ويب ينشئ ملفات بتنسيقات ثنائية متعددة لضمان التوافق عبر المتصفحات المختلفة. كما يوفر إضافة لأدوات البناء لدمج تحليل الخطوط وتقسيمها مباشرة في خطوط أنابيب التطوير الآلية. تغطي مجموعة الأدوات تقسيم الخطوط بناءً على الرموز (glyphs)، واستخراج خرائط الأحرف، وتحليل استخدام الخطوط لتحديد وإزالة البيانات الزائدة من أصول الطباعة.

    Analyzes static HTML markup to determine the exact characters needed for an optimized font subset.

    JavaScript
    عرض على GitHub↗5,138
  • sds/overcommitالصورة الرمزية لـ sds

    sds/overcommit

    4,008عرض على GitHub↗

    Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and checks during various Git events. It serves as a workflow automation tool that ensures code quality and project standards are met before changes are committed or pushed to a remote repository. The system distinguishes itself through a comprehensive YAML-based configuration that allows for detailed hook behavior control, including file execution filtering, conditional skipping, and the management of hook dependencies. It provides specialized roles such as a commit message vali

    Analyzes HTML files to identify malformed tags and structural inconsistencies.

    Ruby
    عرض على GitHub↗4,008
  • uncss/grunt-uncssالصورة الرمزية لـ uncss

    uncss/grunt-uncss

    3,795عرض على GitHub↗

    grunt-uncss is a CSS dead code eliminator and static analysis build tool. It functions as a Grunt CSS optimization plugin that identifies and deletes redundant style rules to reduce stylesheet file sizes and improve frontend performance. The tool analyzes HTML files and headless browser DOM states to detect styles that do not match any elements in the markup. It supports the protection of specific selectors through whitelists to ensure that styles for dynamically injected elements are preserved during the cleanup process. The project covers frontend asset minification by compressing cleaned

    Scans source HTML files to identify unique class names and identifiers used as style targets.

    HTML
    عرض على GitHub↗3,795
  • htmlhint/htmlhintالصورة الرمزية لـ htmlhint

    htmlhint/HTMLHint

    3,321عرض على GitHub↗

    HTMLHint is an HTML linter and static analysis tool designed to identify structural errors and syntax violations in source code. It functions as a configurable validator that scans local files and remote URLs to detect malformed tags, duplicate IDs, and document structure inconsistencies. The tool serves as an accessibility auditor, verifying that web elements include necessary labels and alternative text for images. It further distinguishes itself by enforcing web document compliance, checking for the presence of doctypes, language attributes, and head metadata. The project covers a broad r

    Scans files and URLs to detect malformed tags, duplicate IDs, and document structure inconsistencies.

    JavaScriptanalysiscode-analysiscode-quality
    عرض على GitHub↗3,321
  1. Home
  2. Development Tools & Productivity
  3. Static Analysis Tools
  4. HTML Static Analysis

استكشف الوسوم الفرعية

  • Class and Identifier ExtractionParsing HTML markup specifically to extract unique class names and identifiers for style matching. **Distinct from HTML Static Analysis:** Distinct from HTML Static Analysis by focusing on extracting style targets rather than detecting malformed tags.
  • Glyph Usage AnalysisScanning markup to identify the specific set of characters required for font subsetting. **Distinct from HTML Static Analysis:** Distinct from HTML Static Analysis: focuses on extracting the character set for typography optimization rather than structural or syntax validation.
  • Markup ParsersTools that extract structural information like class names and identifiers from static HTML markup. **Distinct from HTML Static Analysis:** Distinct from HTML Static Analysis: focuses on data extraction from markup rather than structural validation or linting.
  • Markup Usage AnalysisAnalyzing HTML and JS files to detect the presence of specific CSS selectors. **Distinct from HTML Static Analysis:** Distinct from HTML Static Analysis: focuses on extracting used selectors rather than finding malformed tags.
  • Utility Class DetectorsStatic analysis that parses HTML and template files to detect utility class names for on-demand CSS generation. **Distinct from HTML Static Analysis:** Distinct from HTML Static Analysis: focuses on detecting CSS utility class names for style generation, not structural HTML validation.