{"id":18477785,"url":"https://github.com/cloudfour/core-hbs-helpers","last_synced_at":"2025-04-08T14:33:48.038Z","repository":{"id":4826134,"uuid":"44626637","full_name":"cloudfour/core-hbs-helpers","owner":"cloudfour","description":"Handlebars helpers that we usually need","archived":false,"fork":false,"pushed_at":"2024-02-15T00:14:08.000Z","size":179,"stargazers_count":11,"open_issues_count":10,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-03-15T03:09:41.874Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudfour.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2015-10-20T18:29:07.000Z","updated_at":"2023-01-10T17:16:23.000Z","dependencies_parsed_at":"2023-01-16T19:15:45.054Z","dependency_job_id":"e6b504fd-aa93-4c46-9f82-cbddb33727ca","html_url":"https://github.com/cloudfour/core-hbs-helpers","commit_stats":{"total_commits":154,"total_committers":11,"mean_commits":14.0,"dds":0.7012987012987013,"last_synced_commit":"3441a6ada054cba5908c0f2ba040bae50fbb8ee4"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfour%2Fcore-hbs-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfour%2Fcore-hbs-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfour%2Fcore-hbs-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfour%2Fcore-hbs-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfour","download_url":"https://codeload.github.com/cloudfour/core-hbs-helpers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247861283,"owners_count":21008461,"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-06T12:05:50.397Z","updated_at":"2025-04-08T14:33:43.045Z","avatar_url":"https://github.com/cloudfour.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Core Handlebars Helpers\n\n[![NPM version](https://img.shields.io/npm/v/@cloudfour/hbs-helpers.svg)](https://www.npmjs.com/package/@cloudfour/hbs-helpers) [![Latest Documentation](https://doxdox.org/images/badge-flat.svg)](https://doxdox.org/cloudfour/core-hbs-helpers/) [![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)\n\n## Usage\n\n```\nnpm install --save-dev @cloudfour/hbs-helpers\n```\n\n### Using vanilla Handlebars\n```js\nvar helpers = require('@cloudfour/hbs-helpers');\nvar Handlebars = require('handlebars');\n\nObject.keys(helpers).forEach(function (key) {\n  Handlebars.registerHelper(key, helpers[key]);\n});\n```\n\n### Using `gulp-compile-handlebars`\n```js\nvar gulp = require('gulp');\nvar handlebars = require('gulp-compile-handlebars');\nvar helpers = require('@cloudfour/hbs-helpers');\n\ngulp.task('default', function () {\n  return gulp.src('*.hbs')\n    .pipe(handlebars({\n      helpers: helpers\n    }))\n    .pipe(gulp.dest('./dist'));\n});\n```\n\n## Documentation\n\nSee our [doxdox site](https://doxdox.org/cloudfour/core-hbs-helpers/) for complete documentation of each helper.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfour%2Fcore-hbs-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfour%2Fcore-hbs-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfour%2Fcore-hbs-helpers/lists"}