helpers-hbs

Several useful helpers to use with handlebars.


Keywords
code, generator, handlebars, hbs, helpers, source, source code, template, templates
License
MIT
Install
npm install helpers-hbs@0.3.4

Documentation

helpers-hbs stable

npm install helpers-hbs

Several useful helpers to use with handlebars.

Usage

// Load handlebars
const hbs = require('handlebars');
// Register all helpers.
require('helpers-hbs')(hbs);

Also, you can register manually only needed helpers.