hogan-hammer
Hogan.js templating with stream.
usage
var hammer = var http = var fs = var url = var template = __diranme + '/path/to/template.ext' http
example
$ PORT=8080 node example/app &
$ curl -sS -v http://localhost:8080/?title=FOO&list=abc&list=def
api
var hammer =
var ham = hammer()
create a new hammer stream. this stream is duplex stream.
ham.ws
ham.ws
is a writable stream.
hamwshamws
opts
is a context object.
test
$ npm test
test with browserify
$ npm run testling
required phantomjs
author
license
MIT