0.3.4 • Published 6 years ago

helpers-hbs v0.3.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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.