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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesMustache Template Rendering

Rendering logic specifically implementing the Mustache specification for merging data and templates.

Distinct from Template-Driven Rendering: Specific to Mustache syntax and logic-less rendering, rather than general template-driven rendering

Explore 2 awesome GitHub repositories matching web development · Mustache Template Rendering. Refine with filters or upvote what's useful.

Awesome Mustache Template Rendering GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • twitter/hogan.jstwitter का अवतार

    twitter/hogan.js

    5,124GitHub पर देखें↗

    hogan.js एक लॉजिक-लेस टेम्पलेट कंपाइलर और Mustache टेम्पलेटिंग इंजन है। यह सशर्त या लूपिंग लॉजिक का उपयोग किए बिना डेटा-संचालित स्ट्रिंग्स उत्पन्न करने के लिए स्टेटिक टेम्पलेट्स को निष्पादन योग्य JavaScript फ़ंक्शंस में बदलता है। यह सिस्टम रनटाइम निष्पादन के दौरान पार्सिंग ओवरहेड को खत्म करने के लिए प्रीकम्पाइलेशन पर केंद्रित है। इसमें एक प्रीकम्पाइल्ड टेम्पलेट लाइब्रेरी और टेम्पलेट फ़ाइलों को ऑप्टिमाइज़्ड JavaScript में बदलने के लिए एक कमांड लाइन इंटरफ़ेस शामिल है। इंजन टेम्पलेट संकलन और डेटा रेंडरिंग के माध्यम से डायनामिक सामग्री निर्माण को संभालता है। यह पार्टियल्स के माध्यम से पुन: प्रयोज्य UI फ़्रैगमेंट का समर्थन करता है और कस्टमाइज़ करने योग्य पार्सिंग डेलिमिटर्स की अनुमति देता है।

    Merges data objects with Mustache templates to generate final string output for web pages or documents.

    JavaScript
    GitHub पर देखें↗5,124
  • prat0318/json_resumeprat0318 का अवतार

    prat0318/json_resume

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

    This project is a command-line utility that converts structured JSON or YAML data into professional, human-readable documents. It functions as a resume generation system, transforming machine-readable biodata into styled outputs such as HTML or LaTeX. The tool utilizes a template-based engine to separate data from presentation, allowing for the customization of document layouts and branding. It supports the inclusion of rich text elements within source files by parsing standard markdown syntax, ensuring that formatting like bold, italics, and hyperlinks is preserved in the final output. The

    Uses logic-less mustache templates to merge structured data into document layouts.

    Rubycvhtmljson
    GitHub पर देखें↗1,366
  1. Home
  2. Web Development
  3. Rendering and Templating
  4. Server-Side Rendering
  5. Template-Driven Rendering
  6. Mustache Template Rendering