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

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

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

1 مستودع

Awesome GitHub RepositoriesDuplication Detection Hooks

Pre-commit hooks that run copy-paste detection on staged files and block commits exceeding a threshold.

Distinct from Pre-commit Hooks: Distinct from Pre-commit Hooks: specifically runs duplication detection on staged files, not general quality checks.

Explore 1 awesome GitHub repository matching development tools & productivity · Duplication Detection Hooks. Refine with filters or upvote what's useful.

Awesome Duplication Detection Hooks GitHub Repositories

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

    kucherenko/jscpd

    5,800عرض على GitHub↗

    jscpd is a code duplication detector that scans source code across 223 languages to find identical or near-identical copy-pasted blocks using a rolling hash algorithm. It is built with a Rust core for high performance, exposed through a Node.js API and CLI, and can be run as a standalone binary with no runtime dependencies. The tool detects duplicates in embedded languages within Vue, Svelte, Astro, and Markdown files by tokenizing each language block separately, and it supports extensionless scripts via shebang detection. The project distinguishes itself through its integration capabilities

    Runs a copy-paste detector on staged files before each commit, blocking the commit if duplication exceeds a threshold.

    TypeScriptaiclones-detectioncode-quality
    عرض على GitHub↗5,800
  1. Home
  2. Development Tools & Productivity
  3. Pre-commit Hooks
  4. Duplication Detection Hooks