awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • lunet-io/scribanlunet-io का अवतार

    lunet-io/scriban

    3,905GitHub पर देखें↗

    Scriban एक .NET टेक्स्ट टेम्प्लेटिंग इंजन और एम्बेडेड स्क्रिप्टिंग भाषा है जिसका उपयोग डायनामिक टेक्स्ट जनरेशन के लिए किया जाता है। यह एक एब्स्ट्रैक्ट सिंटैक्स ट्री हेरफेर उपकरण और एक टेम्प्लेट पार्सर के रूप में कार्य करता है, जो विश्लेषण, संशोधन और रेंडरिंग के लिए स्क्रिप्ट को विज़िट करने योग्य ट्रीज़ में बदलने की अनुमति देता है। इंजन विशेष रूप से Native AOT संगतता के लिए डिज़ाइन किया गया है, जो ट्रिम किए गए वातावरण में टेम्प्लेट निष्पादित करने के लिए रिफ्लेक्शन-मुक्त API का उपयोग करता है। यह Liquid टेम्प्लेट के लिए एक समर्पित पार्सर और रूपांतरण प्रणाली भी प्रदान करता है, जो .NET के भीतर Liquid स्क्रिप्ट के माइग्रेशन और निष्पादन को सक्षम बनाता है। यह प्रोजेक्ट सुरक्षित स्क्रिप्ट चलाने के लिए सैंडबॉक्स्ड कोड निष्पादन और डेटा रूपांतरण के लिए पाइप-आधारित प्रणाली सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। इसमें स्ट्रिंग्स, एरेज़, तिथियों और गणितीय ऑपरेशन्स में हेरफेर करने के लिए व्यापक यूटिलिटीज शामिल हैं, साथ ही JSON डेटा रूपांतरण और नियमित अभिव्यक्तियों के लिए समर्थन भी शामिल है। डेवलपर्स कस्टम फ़ंक्शन बाइंडिंग, ऑब्जेक्ट एकीकरण और अनुकूलन योग्य सदस्य नाम मैपिंग के माध्यम से इंजन का विस्तार कर सकते हैं।

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

    C#
    GitHub पर देखें↗3,905
  • azat-co/practicalnodeazat-co का अवतार

    azat-co/practicalnode

    3,787GitHub पर देखें↗

    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
    GitHub पर देखें↗3,787
  • yanhaijing/template.jsyanhaijing का अवतार

    yanhaijing/template.js

    1,320GitHub पर देखें↗

    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
    GitHub पर देखें↗1,320
  • character-ai/prompt-poetcharacter-ai का अवतार

    character-ai/prompt-poet

    1,151GitHub पर देखें↗

    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
    GitHub पर देखें↗1,151
  1. Home
  2. Programming Languages & Runtimes
  3. Template Modularization

सब-टैग एक्सप्लोर करें

  • 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.