A lightweight package with common helpers for Handlebars
$ npm install just-handlebars-helpers --save
<!-- Load Handlebars -->
<script type="text/javascript" src="/node_modules/handlebars/dist/handlebars.min.js"></script>
<!-- Load the package -->
<script type="text/javascript" src="/node_modules/just-handlebars-helpers/dist/h.min.js"></script>
<script type="text/javascript">
// Register helpers for Handlebars
H.registerHelpers(Handlebars);
</script>
# Install dependencies
$ npm install
# Compile everything
$ gulp
# Run all the tests
$ npm test