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 وتحليل ثابت مصممة لتحديد أخطاء الصيغة، وعيوب المنطق، والأنماط الإشكالية في أوراق الأنماط المتتالية. يعمل كمدقق سطر أوامر يتحقق من جودة الكود ويفرض معايير التصميم والبرمجة المتسقة دون الحاجة إلى متصفح ويب. يتميز المحلل بدمج تدقيق إمكانية الوصول إلى الويب لاكتشاف الأنماط التي تعيق المستخدمين ذوي الإعاقة. كما يقوم بفحص توافق المتصفح لتحديد الاختراقات غير القياسية والبادئات المفقودة للبائعين، ويوفر تحليل تحسين الأداء لتحسين سرعات الرندرة. تغطي الأداة مجموعة واسعة من القدرات، بما في ذلك فرض معايير الصيانة، وتحديد أخطاء المنطق مثل الخصائص المكررة، والتحقق من صيغة CSS العامة. وتدعم إنشاء قواعد فحص مخصصة وتوفر خط أنابيب قواعد قابل للتهيئة حيث يمكن قمع التحذيرات على أساس كل سطر. يتم دعم التكامل عبر واجهة سطر الأوامر، وخطافات Git، وخطوط أنابيب بناء التكامل المستمر، مع القدرة على تصدير النتائج كتقارير 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.