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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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

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

    FullHuman/purgecss

    8,043GitHub पर देखें↗

    PurgeCSS is a build-pipeline CSS purger and optimizer designed to reduce the final size of stylesheets. It functions as a tree shaking tool that scans HTML and JavaScript files to identify and remove unused selectors from CSS. The tool optimizes CSS payloads by performing static content analysis to detect which styles are actually used in the markup. It uses regex-based pattern matching to find potential class names without executing code and employs a PostCSS-based AST transformation to safely delete unused rules. The project provides capabilities for frontend build automation, allowing the

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

    TypeScript
    GitHub पर देखें↗8,043
  • windicss/windicsswindicss का अवतार

    windicss/windicss

    6,515GitHub पर देखें↗

    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-spideraui का अवतार

    aui/font-spider

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

    Font-spider वेब फ़ॉन्ट ऑप्टिमाइज़ेशन के लिए विशेष टूल्स का एक सेट है। यह एक फ़ॉन्ट सबसेटर और कम्प्रेशन यूटिलिटी के रूप में कार्य करता है जो पेज पर उपयोग किए गए केवल वर्णों को निकालने के लिए HTML सामग्री का विश्लेषण करता है, जिससे पेज का वजन कम करने और लोडिंग गति में सुधार करने के लिए न्यूनतम फ़ॉन्ट फ़ाइलें बनाई जाती हैं। इस प्रोजेक्ट में एक वेब फ़ॉन्ट कन्वर्टर शामिल है जो टेक्स्ट रेंडरिंग के लिए क्रॉस-ब्राउज़र संगतता सुनिश्चित करने के लिए कई बाइनरी फ़ॉर्मेट में फ़ाइलें जनरेट करता है। यह स्वचालित डेवलपमेंट पाइपलाइनों में फ़ॉन्ट विश्लेषण और सबसेटिंग को सीधे एकीकृत करने के लिए एक बिल्ड टूल प्लगइन भी प्रदान करता है। यह टूलसेट ग्लिफ़-आधारित फ़ॉन्ट सबसेटिंग, कैरेक्टर-मैप एक्सट्रैक्शन और टाइपोग्राफ़ी एसेट्स से अनावश्यक डेटा की पहचान करने और उसे हटाने के लिए फ़ॉन्ट उपयोग विश्लेषण को कवर करता है।

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

    JavaScript
    GitHub पर देखें↗5,138
  • sds/overcommitsds का अवतार

    sds/overcommit

    4,008GitHub पर देखें↗

    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-uncssuncss का अवतार

    uncss/grunt-uncss

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

    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/htmlhinthtmlhint का अवतार

    htmlhint/HTMLHint

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

    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.