{"id":19342936,"url":"https://github.com/floatplane/ministache","last_synced_at":"2025-08-17T13:11:35.330Z","repository":{"id":228076805,"uuid":"773096978","full_name":"floatplane/ministache","owner":"floatplane","description":"Spec-complete implementation of Mustache templates for Arduino","archived":false,"fork":false,"pushed_at":"2024-07-08T21:17:01.000Z","size":71,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T23:27:28.001Z","etag":null,"topics":["arduino","mustache","mustache-templating","text-templating","text-templating-engine"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/floatplane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-16T18:30:09.000Z","updated_at":"2024-10-31T23:17:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"2e91901b-8490-4df8-8063-badc696c59e6","html_url":"https://github.com/floatplane/ministache","commit_stats":null,"previous_names":["floatplane/ministache"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/floatplane/ministache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatplane%2Fministache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatplane%2Fministache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatplane%2Fministache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatplane%2Fministache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floatplane","download_url":"https://codeload.github.com/floatplane/ministache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatplane%2Fministache/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267145588,"owners_count":24042650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","mustache","mustache-templating","text-templating","text-templating-engine"],"created_at":"2024-11-10T03:36:45.238Z","updated_at":"2025-07-26T09:33:40.409Z","avatar_url":"https://github.com/floatplane.png","language":"C++","funding_links":["https://www.buymeacoffee.com/floatplane"],"categories":[],"sub_categories":[],"readme":"[![PlatformIO Registry](https://badges.registry.platformio.org/packages/floatplane/library/Ministache.svg)](https://registry.platformio.org/libraries/floatplane/Ministache)\n[![.github/workflows/build.yml](https://github.com/floatplane/ministache/actions/workflows/build.yml/badge.svg)](https://github.com/floatplane/ministache/actions/workflows/build.yml)\n[![.github/workflows/test.yml](https://github.com/floatplane/ministache/actions/workflows/test.yml/badge.svg)](https://github.com/floatplane/ministache/actions/workflows/test.yml)\n[![.github/workflows/static_analysis.yml](https://github.com/floatplane/ministache/actions/workflows/static_analysis.yml/badge.svg)](https://github.com/floatplane/ministache/actions/workflows/static_analysis.yml)\n[![.github/workflows/clangformat.yml](https://github.com/floatplane/ministache/actions/workflows/clangformat.yml/badge.svg)](https://github.com/floatplane/ministache/actions/workflows/clangformat.yml)\n[![BuyMeACoffee](https://raw.githubusercontent.com/pachadotdev/buymeacoffee-badges/main/bmc-donate-yellow.svg)](https://www.buymeacoffee.com/floatplane)\n\n# Ministache\n\nA spec-complete implementation of the [Mustache](https://mustache.github.io/) template language for Arduino. The best way to generate complex text content such as HTML, with full support for all Mustache features and 100% test coverage. A sane alternative to building up complex strings via concatenation and custom code. Very useful for embedded web servers!\n\n## Features\n\nComplete support for all elements of the [Mustache core specification](https://github.com/mustache/spec) version 1.4.1, with 100% of tests passing. Supported features:\n\n- Interpolation\n- Sections\n- Iteration\n- Partials\n- Comments\n- Custom delimiters\n\nSee the [mustache documentation](https://mustache.github.io/mustache.5.html) for more details on these features.\n\n## Basics\n\n```c++\nArduinoJson::JsonDocument data;\ndata[F(\"subject\")] = F(\"world\");\nconst String output = ministache::render(F(\"Hello, {{subject}}!\"), data);\nSerial.println(output); // Hello, world!\n```\n\nSee [basic.ino](examples/basic/basic.ino) for a sketch demonstrating basic Ministache usage.\n\n## Partials\n\nPartials are a powerful Mustache feature, allowing you to define a chunk of template code and use it in a loop. See [partials.ino](examples/partials/partials.ino) for a sketch demonstrating how to use partials with Ministache.\n\n## Projects using Ministache\n\n- [floatplane/MitsuQTT](https://github.com/floatplane/MitsuQTT)\n\n## Support \n\nI hope this is useful to you! If it is, then maybe you'd like to buy me a coffee? :blush:\n\n\u003ca href=\"https://www.buymeacoffee.com/floatplane\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-violet.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatplane%2Fministache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloatplane%2Fministache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatplane%2Fministache/lists"}