6 रिपॉजिटरी
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.
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.
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.
Font-spider वेब फ़ॉन्ट ऑप्टिमाइज़ेशन के लिए विशेष टूल्स का एक सेट है। यह एक फ़ॉन्ट सबसेटर और कम्प्रेशन यूटिलिटी के रूप में कार्य करता है जो पेज पर उपयोग किए गए केवल वर्णों को निकालने के लिए HTML सामग्री का विश्लेषण करता है, जिससे पेज का वजन कम करने और लोडिंग गति में सुधार करने के लिए न्यूनतम फ़ॉन्ट फ़ाइलें बनाई जाती हैं। इस प्रोजेक्ट में एक वेब फ़ॉन्ट कन्वर्टर शामिल है जो टेक्स्ट रेंडरिंग के लिए क्रॉस-ब्राउज़र संगतता सुनिश्चित करने के लिए कई बाइनरी फ़ॉर्मेट में फ़ाइलें जनरेट करता है। यह स्वचालित डेवलपमेंट पाइपलाइनों में फ़ॉन्ट विश्लेषण और सबसेटिंग को सीधे एकीकृत करने के लिए एक बिल्ड टूल प्लगइन भी प्रदान करता है। यह टूलसेट ग्लिफ़-आधारित फ़ॉन्ट सबसेटिंग, कैरेक्टर-मैप एक्सट्रैक्शन और टाइपोग्राफ़ी एसेट्स से अनावश्यक डेटा की पहचान करने और उसे हटाने के लिए फ़ॉन्ट उपयोग विश्लेषण को कवर करता है।
Analyzes static HTML markup to determine the exact characters needed for an optimized font subset.
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.
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.
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.