hoganjs-brunch

A brunch compiler for Mustache template, using Hogan.js

Downloads
6
Stars
9

hoganjs-brunch

Adds Hogan.js support to Brunch.

Installation

npm install --save-dev hoganjs-brunch

Or add "hoganjs-brunch": "x.y.z" to package.json of your brunch app. Pick a plugin version that corresponds to your minor (y) Brunch version.

If you want to use git version of plugin, add "hoganjs-brunch": "[email protected]:mdp/hoganjs-brunch.git".

Usage:

Create a Mustache template:

I live in {{name}}

Require the template:

const template = require('views/templates/city');

Render the template with some data:

document.body.innerHTML = template.render({'name': 'San Francisco'});
Package Rankings
Top 20.41% on Npmjs.org