diff options
author | Kevin Decker <kpdecker@gmail.com> | 2014-01-03 11:33:47 -0800 |
---|---|---|
committer | Kevin Decker <kpdecker@gmail.com> | 2014-01-03 11:33:47 -0800 |
commit | 55c7cbbbfa830d225e91440836b440f8019e3ac0 (patch) | |
tree | 6263d369b85542cbb21766deddb0714b94db6761 | |
parent | e9f3a169c9eaa4db0f9a8ccb74409928559374ac (diff) | |
parent | a1df862f0633b26ab2517949d5333412915c9a6a (diff) | |
download | handlebars.js-55c7cbbbfa830d225e91440836b440f8019e3ac0.zip handlebars.js-55c7cbbbfa830d225e91440836b440f8019e3ac0.tar.gz handlebars.js-55c7cbbbfa830d225e91440836b440f8019e3ac0.tar.bz2 |
Merge pull request #697 from jwilm/handlebars-in-wild-addition
Add koa-hbs to "handlebars in the wild" list
-rw-r--r-- | README.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 0297c35..beefd41 100644 --- a/README.markdown +++ b/README.markdown @@ -371,6 +371,8 @@ Handlebars in the Wild with 100+ handlebars helpers. * [hbs](http://github.com/donpark/hbs): An Express.js view engine adapter for Handlebars.js, from Don Park. +* [koa-hbs](https://github.com/jwilm/koa-hbs): [koa](https://github.com/koajs/koa) generator based + renderer for Handlebars.js. * [jblotus](http://github.com/jblotus) created [http://tryhandlebarsjs.com](http://tryhandlebarsjs.com) for anyone who would like to try out Handlebars.js in their browser. * [jQuery plugin](http://71104.github.io/jquery-handlebars/): allows you to use |