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.
Several useful helpers to use with handlebars.
Homepage Repository npm JavaScript Download
npm install helpers-hbs@0.3.4