awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

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

    twitter/hogan.js

    5,124Vezi pe GitHub↗

    hogan.js este un compilator de template-uri logic-less și un motor de template-uri Mustache. Transformă template-urile statice în funcții JavaScript executabile pentru a genera string-uri bazate pe date fără a utiliza logică condițională sau de buclă. Sistemul se concentrează pe precompilare pentru a elimina overhead-ul de parsare în timpul execuției. Aceasta include o bibliotecă de template-uri precompilate și o interfață de linie de comandă pentru convertirea fișierelor template în JavaScript optimizat. Motorul gestionează generarea de conținut dinamic prin compilarea template-urilor și randarea datelor. Suportă fragmente UI reutilizabile prin partials și permite delimitatori de parsare personalizabili.

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

    JavaScript
    Vezi pe GitHub↗5,124
  • prat0318/json_resumeAvatar prat0318

    prat0318/json_resume

    1,366Vezi pe GitHub↗

    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
    Vezi pe GitHub↗1,366
  1. Home
  2. Web Development
  3. Rendering and Templating
  4. Server-Side Rendering
  5. Template-Driven Rendering
  6. Mustache Template Rendering