Helpers
Template helpers and utils for any engine. Create an issue on helpers/meta to request a new helper repo, or ask to be added to the org.
130+ handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.
Utils for handlebars helpers. Externalized from handlebars, to allow helpers to use the utils without having to depend on handlebars itself.
Templates helper that returns a link path from the current view to the another view.
Async template helper that prompts the user to choose the `include` or `includes` to render.
Helper for filtering and sorting an assemble collection based on an array of strings.
Handlebars helpers and templates for generating a sitemap.
Async collection helper for assemble.
Generic template helper for creating an array of vinyl file objects from a glob pattern.
Convenience method to compile async helpers and add common functionality to use with async-helpers.
Handlebars each helper, can be used as a sync helper with any handlebars project (as normal) or as an async helper with assemble or libs that support async helpers.
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.
{{repeat}} handlebars helper, for duplicating a block of content n times.
Template helper for generating a geometric SVG pattern for CSS backgrounds using btmills/geopattern
Handlebars block helper for creating private variables that are accessible inside the block.
Template helper that generates the CSS for any of the gradients from Ghosh/uiGradients
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.
Template helper for formatting dates with moment.js. Works with Handlebars, Lo-Dash or any template engine that supports helper functions.
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.
{{moment}} handlebars helper. Combines the powers of Assemble, Handlebars.js and Moment.js into a great helper to master time.
Date helper that uses node-dateformat to format dates. Works with Lo-Dash, Handlebars or any template engine that supports helper functions.
Create an HTML table from JSON configuration.
Template helper for generating a list of links to the homepages of related GitHub/npm projects.
Async helper that prompts the user for a value and uses the answer as context for rendering the template.
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.
Slugify a URL, path or heading the same way that GitHub formats heading anchors.
Template helper for generating a list of markdown formatted reference links for all of the dependencies and devDependencies listed in package.json.
Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.
Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.
General planning around helpers. Also the place to make requests and suggestions.
Opinionated template helper that inserts a code example from a filepath.

