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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesTemplate Modularization

Capabilities for including external template files or joining multiple templates into a single output.

Distinct from Modular Pipeline Templates: Shortlist focuses on AI pipelines or CSS delimiters; no general template composition/inclusion tag exists.

Explore 4 awesome GitHub repositories matching programming languages & runtimes · Template Modularization. Refine with filters or upvote what's useful.

Awesome Template Modularization GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • lunet-io/scribanAvatar de lunet-io

    lunet-io/scriban

    3,905Ver en GitHub↗

    Scriban is a .NET text templating engine and embedded scripting language used for dynamic text generation. It functions as an abstract syntax tree manipulation tool and a template parser, allowing for the conversion of scripts into visitable trees for analysis, modification, and rendering. The engine is specifically designed for Native AOT compatibility, utilizing a reflection-free API to execute templates in trimmed environments. It also provides a dedicated parser and conversion system for Liquid templates, enabling the migration and execution of Liquid scripts within .NET. The project cov

    Includes external template files or joins multiple templates using separators and delimiters.

    C#
    Ver en GitHub↗3,905
  • azat-co/practicalnodeAvatar de azat-co

    azat-co/practicalnode

    3,787Ver en GitHub↗

    Practicalnode is a comprehensive educational resource and backend development framework for mastering server-side programming with Node.js. It provides a structured approach to building scalable network services, REST APIs, and real-time applications using asynchronous JavaScript. The project serves as a detailed implementation guide for several core backend patterns, including MongoDB data modeling and the construction of REST API development kits. It emphasizes a specific workflow for Docker containerization and offers a variety of strategies for managing user identity through stateless tok

    Supports modular template design by allowing the inclusion of external template files to reduce code duplication.

    JavaScriptapressawsaws-ec2
    Ver en GitHub↗3,787
  • yanhaijing/template.jsAvatar de yanhaijing

    yanhaijing/template.js

    1,320Ver en GitHub↗

    Template.js is a JavaScript template engine designed for parsing and rendering dynamic HTML content in both browser and server-side environments. It functions as a frontend logic library that manages complex user interfaces through data injection, template composition, and extensible rendering logic. The engine distinguishes itself by prioritizing performance through build-time template compilation, which transforms template files into executable modules or functions to minimize runtime overhead. It also incorporates a secure execution sandbox that restricts template logic to a controlled sco

    Promotes modular UI design by nesting sub-templates within primary structures.

    JavaScriptarttemplatebaidutemplatebrowserify
    Ver en GitHub↗1,320
  • character-ai/prompt-poetAvatar de character-ai

    character-ai/prompt-poet

    1,151Ver en GitHub↗

    Prompt-poet is a Python templating engine and software library designed for constructing, tokenizing, and rendering dynamic language model prompts. It separates content from application code by storing prompt definitions as independent files on disk, supporting optional in-memory caching and structured metadata organization with named sections, assigned roles, and conditional logic. The library features modular template composition that decomposes prompts into reusable components and shared variants. It provides runtime Python evaluation to execute custom functions directly inside template st

    Decomposes prompts into reusable components and named sections that can be shared across multiple templates.

    Pythonllmllm-inferenceprompt
    Ver en GitHub↗1,151
  1. Home
  2. Programming Languages & Runtimes
  3. Template Modularization

Explorar subetiquetas

  • Modular Prompt CompositionDecomposes prompts into reusable components and named sections for template sharing. **Distinct from Template Modularization:** Distinct from general Template Modularization: focuses specifically on decomposing language model prompts into reusable components.