Projects in Awesome Lists by helpers
A curated list of projects in awesome lists by helpers .
https://github.com/helpers/handlebars-helpers
188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.
compile handlebars handlebars-helpers helper helpers javascript jonschlinkert nodejs render template
Last synced: 18 Dec 2025
https://github.com/helpers/helper-markdown
Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.
handlebars helper javascript markdown register
Last synced: 06 Apr 2025
https://github.com/helpers/handlebars-helper-repeat
{{repeat}} handlebars helper, for duplicating a block of content n times.
engine handlebars helper javascript jonschlinkert node nodejs repeat repeat-string template
Last synced: 07 Oct 2025
https://github.com/helpers/handlebars-helper-prettify
{{prettify}} handlebars helper, for formatting ("beautifying") HTML, CSS and JavaScript.
Last synced: 20 Jun 2025
https://github.com/helpers/handlebars-helper-moment
{{moment}} handlebars helper. Combines the powers of Assemble, Handlebars.js and Moment.js into a great helper to master time.
Last synced: 17 Jul 2025
https://github.com/helpers/handlebars-helper-include
Handlebars helper, alternative to built-in partials. Similar to handlebars-helper-partial, but this helper will allow wildcard (glob) patterns. Like Assemble itself, this helper will automatically determine the correct context to use, or a context may be explicitly passed in as a second parameter.
Last synced: 20 Jun 2025
https://github.com/helpers/handlebars-helper-partial
Handlebars helper, alternative to built-in partials. Like Assemble itself, this helper will automatically determine the correct context to use, or a context may be explicitly passed in as a second parameter.
Last synced: 12 Apr 2025
https://github.com/helpers/handlebars-helper-minify
{{minify}} handlebars helper, for minification of HTML with html-minifier.
Last synced: 08 Sep 2025
https://github.com/helpers/liquid-filters
Liquid filters written in vanilla JavaScript, allowing them to be used with any template engine. WIP! Star/watch the project for updates.
filter filters helper helpers jekyll jekyll-block jekyll-site jekyll-theme liquid liquid-templating-engine shopify static-site template template-engine
Last synced: 27 Sep 2025
https://github.com/helpers/example-pagination
Nothing to see yet, this repo will eventually contain examples and boilerplate code for adding paging and pagination to your projects with Assemble.
Last synced: 12 Dec 2025
https://github.com/helpers/handlebars-utils
Utils for handlebars helpers. Externalized from handlebars, to allow helpers to use the utils without having to depend on handlebars itself.
handlebars handlebars-helpers helper helpers utility
Last synced: 08 Sep 2025
https://github.com/helpers/helper-html-table
Create an HTML table from JSON configuration.
Last synced: 12 Apr 2025
https://github.com/helpers/handlebars-helper-md
A new and improved {{md}] helper! Convert markdown to HTML. Use wildcard (glob) patterns for files. Like Assemble itself, this helper will automatically determine the correct context to use, or a context may be explicitly passed in as a second parameter.
Last synced: 20 Jun 2025
https://github.com/helpers/handlebars-helper-isactive
{{isactive}} handlebars helper. Adds an 'active' class to the 'current page'. Class can be customized.
Last synced: 04 Oct 2025
https://github.com/helpers/handlebars-helper-paginate
{{paginate}} handlebars helper. Made for Assemble, the static site generator for Node.js, Grunt.js and Yeoman.
Last synced: 27 Oct 2025
https://github.com/helpers/helper-reflinks
Template helper for generating a list of markdown formatted reference links for all of the dependencies and devDependencies listed in package.json.
Last synced: 10 Aug 2025
https://github.com/helpers/generator-helper
Use yeoman to generate a handlebars helper that can easily be used with Assemble.
Last synced: 20 Jun 2025
https://github.com/helpers/helper-copyright
Template helper for adding a basic, one-line copyright statement, with formatting appropriate for LICENSE/LICENSE-MIT or README templates. Should work with any Handlebars, Lo-Dash, underscore, or any template engine that allows helper functions to be registered.
Last synced: 11 Apr 2025
https://github.com/helpers/helper-date
Format dates with date.js and moment.js. Uses date.js to parse human readable date phrases, and moment to format the rendered output. Should work with any Handlebars, Lo-Dash, underscore, or any template engine that allows helper functions to be registered. Also compatible with verb, assemble and Template.
Last synced: 24 Apr 2025
https://github.com/helpers/helper-changelog
Template helper for generating a markdown-formatted changelog from an object, array or yaml file. Should work with Handlebars or Lo-Dash or any engine with support for helper functions.
Last synced: 20 Jun 2025
https://github.com/helpers/helper-geopattern
Template helper for generating a geometric SVG pattern for CSS backgrounds using btmills/geopattern
Last synced: 08 Sep 2025
https://github.com/helpers/handlebars-helper-lorem
{{lorem}} handlebars helper, for generating lorem lorem placeholder text.
Last synced: 11 Apr 2025
https://github.com/helpers/template-helper-apidocs
Template helper for automatically generating API docs from code comments. This is based on helper-apidocs, but specifically for applications built-with the Template library.
Last synced: 27 Sep 2025
https://github.com/helpers/handlebars-helper-asset
Handlebars helper for generating a relative path from the current file to the specified asset (CSS, JavaScript, image, icon etc.).
Last synced: 04 Jul 2025
https://github.com/helpers/handlebars-helper-aggregate
{{aggregate}} handlebars helper. inlines content from multiple files optionally using wildcard (globbing/minimatch) patterns. uses YAML front matter as context for each file. optionally pass in a sorting function.
Last synced: 12 Dec 2025
https://github.com/helpers/handlebars-helper-disqus
{{disqus}} Handlebars helper. Simplifies adding [Disqus](https://disqus.com/) comments to your site.
Last synced: 28 Jun 2025
https://github.com/helpers/helper-md
Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.
Last synced: 13 May 2025
https://github.com/helpers/helper-collection
Async collection helper for assemble.
assemble collection handlebars helper
Last synced: 31 Oct 2025
https://github.com/helpers/handlebars-helper-jade
{{jade}} handlebars helper, for converting basic Jade templates to HTML.
Last synced: 22 Apr 2025
https://github.com/helpers/helper-issue
Helper to create a URL that pre-populates a Github issue.
Last synced: 27 Sep 2025
https://github.com/helpers/helper-octicon
Template helper for displaying octicon SVGs. Should work with any Handlebars, Lo-Dash, underscore or any template engine that allows helper functions to be registered. Also compatible with verb, assemble, and templates.
Last synced: 01 Aug 2025
https://github.com/helpers/helper-license
Template helper for dynamically generating a basic, one-line license statement based on the given context, e.g. `Released under the MIT license`. Should work with any Handlebars, Lo-Dash, underscore, or any template engine that allows helper functions to be registered.
Last synced: 20 Jun 2025
https://github.com/helpers/handlebars-helper-post
{{post}} handlebars helper, for including a post, or a list of posts.
Last synced: 20 Jun 2025
https://github.com/helpers/helper-front-matter
Template helper for parsing front matter and passing the data to templates as context.
Last synced: 28 Mar 2025
https://github.com/helpers/handlebars-helper-feed
Handlebars helper for generating entries for RSS or atom feeds.
Last synced: 29 Mar 2025
https://github.com/helpers/handlebars-helper-autolink
{{autolink}} handlebars helper. Generate relative links from the "current page" to other dest pages.
Last synced: 14 May 2025
https://github.com/helpers/helper-lookup-deps
Template helper for generating a list of markdown formatted reference links to Github repos for the tree of dependencies and devDependencies listed in package.json.
Last synced: 14 Jul 2025
https://github.com/helpers/handlebars-helper-not
{{not}} handlebars helper. Conditionally render a block if the condition is false. This block helper is really just a semantic alternative to {{isnt}}
Last synced: 27 Sep 2025
https://github.com/helpers/handlebars-helper-unsplash
Handlebars helper to create image tags with unsplash.it properties.
Last synced: 27 Sep 2025
https://github.com/helpers/node-name
Basic utility methods for transforming and handling file paths.
Last synced: 27 Sep 2025
https://github.com/helpers/handlebars-helper-variable
Handlebars block helper that adds variables to the context that can be used by following expressions in the same template.
Last synced: 20 Jun 2025
https://github.com/helpers/handlebars-helper-twitter
Add {{tweet}} and {{follow}} buttons using handlebars helpers.
Last synced: 22 Feb 2025
https://github.com/helpers/helper-git-hash
Template helper for getting the most recent commit hash from git history.
Last synced: 29 Oct 2025
https://github.com/helpers/helper-lorem
Template helper for generator lorem-ipsum placeholder text. Should work with any template engine.
Last synced: 05 Apr 2025
https://github.com/helpers/handlebars-helper-create-frame
Handlebars block helper for creating private variables that are accessible inside the block.
Last synced: 11 Apr 2025
https://github.com/helpers/handlebars-helper-br
{{br}} Handlebars helper. Adds `<br>` tags to generated HTML. Great for prototyping.
Last synced: 05 Apr 2025
https://github.com/helpers/lodash-mixin-safename
Get a safe variable name from a given string.
Last synced: 24 Mar 2025
https://github.com/helpers/handlebars-helper-datetime
Handlebars helper for adding RFC-822 formatted datetimes to XML feeds
Last synced: 08 Jul 2025
https://github.com/helpers/handlebars-helper-and
Handlebars helper that returns true when all of the given conditions are truthy.
Last synced: 03 Apr 2025