Default helpers for use in assemble to replace the built-in Handlebars helpers.
Install with npm:
$ npm install assemble-handlebars-helpers --saveRegister the helpers with an assemble instance called
app.
var assemble = require('assemble');
var app = assemble();
app.helpers(require('assemble-handlebars-helpers'));Iterate over an array or object's key/value pairs.
Example
Example
Example
Returns a value from an object by the property name.
Example
Example
Example
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Generate readme and API documentation with verb:
$ npm install verb && npm run docsOr, if verb is installed globally:
$ verbInstall dev dependencies:
$ npm install -d && npm testBrian Woodward
Copyright © 2016, Brian Woodward. Released under the MIT license.
This file was generated by verb, v0.9.0, on April 25, 2016.