hgnify

0.9.0 • Public • Published

Installation

$ npm install hgnify

Usage

example.html

 
<div>
Hello {{hello}}!!!
</div>
 

example.js - A browerify module

//Supports '.hgn', '.ms', '.hogan', '.mustache','.html', '.hbs' extensions
 
var Template  = require('example.html');
 
var data = {
    hello: "World";
}
 
var templateHTML = Template(data);
 

Package Sidebar

Install

npm i hgnify

Weekly Downloads

1

Version

0.9.0

License

MIT

Last publish

Collaborators

  • gooswa