awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • jondot/hygenAvatar jondot

    jondot/hygen

    5,935Vezi pe 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
    Vezi pe 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