diff options
author | Kevin Decker <kpdecker@gmail.com> | 2016-05-17 12:20:44 -0500 |
---|---|---|
committer | Kevin Decker <kpdecker@gmail.com> | 2016-05-17 12:20:44 -0500 |
commit | a6a0e50551ff7a7f7349ea67d35dcda04ce26cfd (patch) | |
tree | 63f1f2ecc99ced03e5e77f23b669123b58d40f32 | |
parent | 5c9d5b5b54bf690a3769dc8ec71dd9ef7a6332e3 (diff) | |
parent | 2ff795cf2fc9e9a10462e27ebaf508db62678933 (diff) | |
download | handlebars.js-a6a0e50551ff7a7f7349ea67d35dcda04ce26cfd.zip handlebars.js-a6a0e50551ff7a7f7349ea67d35dcda04ce26cfd.tar.gz handlebars.js-a6a0e50551ff7a7f7349ea67d35dcda04ce26cfd.tar.bz2 |
Merge pull request #1210 from kabirbaidhya/patch-1
Add a new lightweight package based on handlebars in the README
-rw-r--r-- | README.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 8a16a35..89e3fc5 100644 --- a/README.markdown +++ b/README.markdown @@ -151,6 +151,7 @@ Handlebars in the Wild * [Swag](https://github.com/elving/swag) by [@elving](https://github.com/elving) is a growing collection of helpers for handlebars.js. Give your handlebars.js templates some swag son! * [DOMBars](https://github.com/blakeembrey/dombars) is a DOM-based templating engine built on the Handlebars parser and runtime **DEPRECATED** * [promised-handlebars](https://github.com/nknapp/promised-handlebars) is a wrapper for Handlebars that allows helpers to return Promises. +* [just-handlebars-helpers](https://github.com/leapfrogtechnology/just-handlebars-helpers) A fully tested lightweight package with common Handlebars helpers. External Resources ------------------ |