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.