{"id":16860466,"url":"https://github.com/webpro/requirejs-hogan","last_synced_at":"2025-10-12T13:07:49.043Z","repository":{"id":8745412,"uuid":"10423319","full_name":"webpro/requirejs-hogan","owner":"webpro","description":"Simple Hogan plugin for RequireJS","archived":false,"fork":false,"pushed_at":"2015-01-29T22:49:25.000Z","size":127,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-24T20:04:46.409Z","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/webpro.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2013-06-01T14:17:42.000Z","updated_at":"2015-03-13T10:16:49.000Z","dependencies_parsed_at":"2022-09-01T17:20:24.914Z","dependency_job_id":null,"html_url":"https://github.com/webpro/requirejs-hogan","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpro%2Frequirejs-hogan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpro%2Frequirejs-hogan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpro%2Frequirejs-hogan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpro%2Frequirejs-hogan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webpro","download_url":"https://codeload.github.com/webpro/requirejs-hogan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244242015,"owners_count":20421797,"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-13T14:24:24.650Z","updated_at":"2025-10-12T13:07:44.023Z","avatar_url":"https://github.com/webpro.png","language":"JavaScript","readme":"# requirejs-hogan\n\nSimple Hogan plugin for RequireJS.\n\n* Requires the official `text!` plugin.\n* Like the offical `text!` plugin, include the file extension in the module id.\n* Make sure to include `template.js` from Hogan in your build (instead of e.g. `hogan-2.0.0.amd.js`).\n\n## Example usage\n\n    define(['hgn!myTemplate.tpl'], function(myTemplate) {\n\n        var html = myTemplate.render({name:'John Doe'});\n\n    });\n\n## Example config\n\n    require.config({\n        paths: {\n            'text': 'lib/requirejs-text/text',\n            'hogan': 'lib/hogan/web/builds/2.0.0/hogan-2.0.0.amd',\n            'hgn': 'lib/requirejs-hogan/hgn'\n        },\n        shim: {\n            'hogan': {\n                exports: 'Hogan'\n            }\n        }\n    });\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebpro%2Frequirejs-hogan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebpro%2Frequirejs-hogan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebpro%2Frequirejs-hogan/lists"}