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

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

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

1 مستودع

Awesome GitHub RepositoriesDuplicate Injection Guards

Mechanisms that prevent repeated code insertion by tracking injection markers within target files.

Distinct from Source Code Injection: Distinct from Source Code Injection: focuses on deduplication logic during injection, not the general act of inserting code at markers.

Explore 1 awesome GitHub repository matching web development · Duplicate Injection Guards. Refine with filters or upvote what's useful.

Awesome Duplicate Injection Guards GitHub Repositories

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

    jondot/hygen

    5,935عرض على GitHub↗

    Hygen is a code generator CLI and interactive template engine that scaffolds new files and injects code into existing ones using project-local templates. It operates as a Node.js code generator library that can be embedded inside custom binaries for tailored workflows, and also functions as a project scaffolding tool for bootstrapping new projects or folders from remote template repositories. The tool discovers templates by scanning a project's _templates directory at runtime, mapping folder and file names directly to generator commands and actions. It collects user input through interactiv

    Prevents repeated code insertion by tracking injection markers (start/end delimiters) within target files.

    JavaScriptcligeneratornodejs
    عرض على GitHub↗5,935
  1. Home
  2. Web Development
  3. Content Insertion Utilities
  4. Dynamic Content Insertion
  5. Marker-Based Injection Utilities
  6. Source Code Injection
  7. Duplicate Injection Guards