2 रिपॉजिटरी
Command-line tools specifically for verifying CSS syntax, quality, and specification adherence.
Distinct from CSS Specification Validation: Candidates focus on property-level validation or transpilation, not a comprehensive CLI tool for overall CSS quality.
Explore 2 awesome GitHub repositories matching development tools & productivity · CSS Syntax Validators. Refine with filters or upvote what's useful.
यह प्रोजेक्ट एक CSS लिंटर और स्टेटिक एनालिसिस टूल है, जिसे Cascading Stylesheets में सिंटैक्स एरर, लॉजिक की कमियों और समस्याग्रस्त पैटर्न की पहचान करने के लिए डिज़ाइन किया गया है। यह एक कमांड-लाइन वैलिडेटर के रूप में काम करता है जो वेब ब्राउज़र की आवश्यकता के बिना कोड की गुणवत्ता की जांच करता है और कंसिस्टेंट स्टाइलिंग व कोडिंग स्टैंडर्ड्स को लागू करता है। यह एनालाइज़र वेब एक्सेसिबिलिटी ऑडिटिंग को शामिल करके खुद को अलग बनाता है, जिससे उन पैटर्न्स का पता चलता है जो विकलांग उपयोगकर्ताओं के लिए बाधा उत्पन्न करते हैं। यह ब्राउज़र कम्पैटिबिलिटी की जांच भी करता है ताकि नॉन-स्टैंडर्ड हैक्स और गायब वेंडर प्रीफिक्स की पहचान की जा सके, साथ ही रेंडरिंग स्पीड को बेहतर बनाने के लिए परफॉरमेंस ऑप्टिमाइज़ेशन एनालिसिस भी प्रदान करता है। यह टूल मेंटेनबिलिटी स्टैंडर्ड्स को लागू करने, डुप्लिकेट प्रॉपर्टीज़ जैसी लॉजिक एरर की पहचान करने और सामान्य CSS सिंटैक्स को वैलिडेट करने जैसी व्यापक क्षमताएं प्रदान करता है। यह कस्टम लिंटिंग नियम बनाने का समर्थन करता है और एक कॉन्फ़िगर करने योग्य रूल पाइपलाइन प्रदान करता है जहाँ वार्निंग्स को प्रति-लाइन (per-line) आधार पर दबाया जा सकता है। इसका इंटीग्रेशन कमांड लाइन इंटरफेस, Git हुक्स और CI/CD पाइपलाइन्स के माध्यम से समर्थित है, जिसमें मॉनिटरिंग के लिए परिणामों को XML रिपोर्ट्स के रूप में एक्सपोर्ट करने की सुविधा भी है।
Provides a command-line interface for verifying CSS syntax and quality without requiring a web browser.
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
Runs validators against modified CSS files to detect errors and warnings before committing.