{"id":15046255,"url":"https://github.com/jstransformers/jstransformer-handlebars","last_synced_at":"2025-07-14T06:41:41.187Z","repository":{"id":27068541,"uuid":"30534817","full_name":"jstransformers/jstransformer-handlebars","owner":"jstransformers","description":"Handlebars support for JS Transformers.","archived":false,"fork":false,"pushed_at":"2023-08-03T20:42:00.000Z","size":312,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-31T20:52:06.263Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://npmjs.com/jstransformer-handlebars","language":"JavaScript","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/jstransformers.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2015-02-09T12:30:35.000Z","updated_at":"2022-01-03T13:11:31.000Z","dependencies_parsed_at":"2024-06-18T18:37:39.958Z","dependency_job_id":null,"html_url":"https://github.com/jstransformers/jstransformer-handlebars","commit_stats":{"total_commits":80,"total_committers":9,"mean_commits":8.88888888888889,"dds":0.3125,"last_synced_commit":"78674388f6f150df07927461cdc2a3b87b591bda"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstransformers%2Fjstransformer-handlebars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstransformers%2Fjstransformer-handlebars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstransformers%2Fjstransformer-handlebars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jstransformers%2Fjstransformer-handlebars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jstransformers","download_url":"https://codeload.github.com/jstransformers/jstransformer-handlebars/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238347839,"owners_count":19457002,"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-09-24T20:52:55.157Z","updated_at":"2025-02-11T18:32:36.470Z","avatar_url":"https://github.com/jstransformers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jstransformer-handlebars\n\n[Handlebars.js](http://handlebarsjs.com/) support for [JSTransformers](http://github.com/jstransformers).\n\n[![Build Status][ci-badge]][ci-url]\n[![Coverage Status](https://img.shields.io/codecov/c/github/jstransformers/jstransformer-handlebars/master.svg)](https://codecov.io/gh/jstransformers/jstransformer-handlebars)\n[![NPM version](https://img.shields.io/npm/v/jstransformer-handlebars?cacheSeconds=600000)](https://www.npmjs.org/package/jstransformer-handlebars)\n\n## Installation\n\n    npm install jstransformer-handlebars\n\n## API\n\n```js\nvar handlebars = require('jstransformer')(require('jstransformer-handlebars'));\n\nvar locals = {\n  name: \"World\"\n};\n\nhandlebars.render('\u003ch1\u003eHello {{name}}!\u003c/h1\u003e', {}, locals).body\n//=\u003e '\u003ch1\u003eHello World!\u003c/h1\u003e'\n```\n\nIn addition to the standard [Handlebars compile options](https://handlebarsjs.com/api-reference/compilation.html#handlebars-compile-template-options), the render method can be passed objects for `partials`, `helpers` and `decorators` (deprecated).\n\n## License\n\nMIT\n\n[ci-badge]: https://github.com/jstransformers/jstransformer-handlebars/actions/workflows/test.yml/badge.svg\n[ci-url]: https://github.com/jstransformers/jstransformer-handlebars/actions/workflows/test.yml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjstransformers%2Fjstransformer-handlebars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjstransformers%2Fjstransformer-handlebars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjstransformers%2Fjstransformer-handlebars/lists"}