{"id":16793509,"url":"https://github.com/mdp/hoganjs-brunch","last_synced_at":"2025-07-07T15:39:54.387Z","repository":{"id":2530913,"uuid":"3507522","full_name":"mdp/hoganjs-brunch","owner":"mdp","description":"A brunch compiler for Mustache template, using Hogan.js","archived":false,"fork":false,"pushed_at":"2017-10-26T20:19:35.000Z","size":12,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T20:43:00.703Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-21T19:55:07.000Z","updated_at":"2019-03-10T00:31:34.000Z","dependencies_parsed_at":"2022-08-25T02:52:15.501Z","dependency_job_id":null,"html_url":"https://github.com/mdp/hoganjs-brunch","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fhoganjs-brunch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fhoganjs-brunch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fhoganjs-brunch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdp%2Fhoganjs-brunch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdp","download_url":"https://codeload.github.com/mdp/hoganjs-brunch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317705,"owners_count":21083528,"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","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":[],"created_at":"2024-10-13T08:49:30.911Z","updated_at":"2025-04-11T00:01:43.176Z","avatar_url":"https://github.com/mdp.png","language":"JavaScript","funding_links":[],"categories":["Brunch plugins"],"sub_categories":["Compilers"],"readme":"# hoganjs-brunch\n\nAdds [Hogan.js](http://twitter.github.com/hogan.js/) support to\n[Brunch](http://brunch.io).\n\n## Installation\n\n```\nnpm install --save-dev hoganjs-brunch\n```\n\nOr add `\"hoganjs-brunch\": \"x.y.z\"` to `package.json` of your brunch app. Pick a plugin version that corresponds to your minor (y) Brunch version.\n\nIf you want to use git version of plugin, add\n`\"hoganjs-brunch\": \"git@github.com:mdp/hoganjs-brunch.git\"`.\n\n## Usage:\n\nCreate a Mustache template:\n\n```\nI live in {{name}}\n```\n\nRequire the template:\n\n```js\nconst template = require('views/templates/city');\n```\n\nRender the template with some data:\n\n```js\ndocument.body.innerHTML = template.render({'name': 'San Francisco'});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdp%2Fhoganjs-brunch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdp%2Fhoganjs-brunch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdp%2Fhoganjs-brunch/lists"}