{"id":20506067,"url":"https://github.com/robinradic/node-radic-handlebars","last_synced_at":"2026-05-08T05:53:53.086Z","repository":{"id":26485144,"uuid":"29937176","full_name":"RobinRadic/node-radic-handlebars","owner":"RobinRadic","description":"Put a bunch of handlebars modules together","archived":false,"fork":false,"pushed_at":"2015-01-27T22:32:12.000Z","size":208,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-20T10:37:39.263Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://robin.radic.nl/node-radic-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/RobinRadic.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}},"created_at":"2015-01-27T22:02:33.000Z","updated_at":"2015-01-27T22:32:12.000Z","dependencies_parsed_at":"2022-08-30T00:02:11.564Z","dependency_job_id":null,"html_url":"https://github.com/RobinRadic/node-radic-handlebars","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinRadic%2Fnode-radic-handlebars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinRadic%2Fnode-radic-handlebars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinRadic%2Fnode-radic-handlebars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinRadic%2Fnode-radic-handlebars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobinRadic","download_url":"https://codeload.github.com/RobinRadic/node-radic-handlebars/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242105629,"owners_count":20072521,"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-11-15T19:54:02.623Z","updated_at":"2026-05-08T05:53:53.054Z","avatar_url":"https://github.com/RobinRadic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# radic-handlebars\n[![Travis build status](https://img.shields.io/travis/RobinRadic/node-radic-handlebars.svg)](http://travis-ci.org/RobinRadic/node-radic-handlebars)\n[![NPM Version](https://img.shields.io/npm/v/radic-handlebars.svg)](http://npmjs.org/package/radic-handlebars)\n[![NPM Downloads](https://img.shields.io/npm/dm/radic-handlebars.svg)](http://npmjs.org/package/radic-handlebars)\n[![Goto documentation](http://img.shields.io/badge/goto-documentation-orange.svg)](http://robin.radic.nl/node-radic-handlebars)\n[![Goto repository](http://img.shields.io/badge/goto-repository-orange.svg)](https://github.com/robinradic/node-radic-handlebars)\n[![License](http://img.shields.io/badge/license-MIT-blue.svg)](http://radic.mit-license.org)\n\n### Overview\n`radic-handlebars` is a collection of third-party handlebars modules. It allows you to get a handlebars object with only the module helpers you define. Like this:\n```javascript\nvar rhbs = require('radic-handlebars');\n\n// You could check out what helper modules you can register\nconsole.log(rhbs.getAllHelperKeys());\n// returns something like: ['inheritance', 'registrar', 'paginate', 'helpers2', 'layouts', 'comparison', 'pluralize', 'helpers', 'eachitems', 'twitter', 'slugify', 'regexp', 'prettify', 'fileset', 'i18nliner', 'fs', 'array', 'json', 'analyticsjs']\n\nvar handlebars = rhbs.getHandlebars(['comparison', 'array', 'layouts']);\n// returns handlebars with the helpers those modules provide registered.\n```\n  \n## How to use\n\n### Documentation\n- [Detailed documentation](http://robin.radic.nl/node-radic-handlebars)\n  \n  \n  \n### Installation\n```bash\n# Local install into project for using libraries and helpers\nnpm install --save radic-handlebars\n```\n  \n  \n### License\nCopyright 2014 Robin Radic \n\n[MIT Licensed](http://radic.mit-license.org)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinradic%2Fnode-radic-handlebars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobinradic%2Fnode-radic-handlebars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinradic%2Fnode-radic-handlebars/lists"}