0.3.0 • Published 11 years ago

express-hogan.js v0.3.0

Weekly downloads
19
License
-
Repository
github
Last release
11 years ago

Express - Hogan.js adapter

Enables use of Hogan.js templates in Express framework

Installation

$ npm install express-hogan.js

Quick Start

$ npm install express-hogan.js
$ cd node_modules/express-hogan.js

Install express

$ npm install express

Start test app:

$ node testapp.js

Usage

// include Express-hogan
var expressHogan = require('express-hogan.js');

// register templating
app.engine('hjs', expressHogan.renderFile);

// more can be found in testapp.js
0.3.0

11 years ago

0.2.0

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago