diff options
author | Kabir <kabirbaidhya@gmail.com> | 2016-04-12 16:17:12 +0545 |
---|---|---|
committer | Kabir <kabirbaidhya@gmail.com> | 2016-04-12 16:17:12 +0545 |
commit | 2ff795cf2fc9e9a10462e27ebaf508db62678933 (patch) | |
tree | 4f706eb2a64a72b67c3542f39ef976a1981f6d78 | |
parent | e8ceafa6525a5d41a20aa74dfe24bf99d0bc2fcd (diff) | |
download | handlebars.js-2ff795cf2fc9e9a10462e27ebaf508db62678933.zip handlebars.js-2ff795cf2fc9e9a10462e27ebaf508db62678933.tar.gz handlebars.js-2ff795cf2fc9e9a10462e27ebaf508db62678933.tar.bz2 |
Add a new lightweight package based on handlebars in the README
Add a new package [just-handlebars-helpers](https://github.com/leapfrogtechnology/just-handlebars-helpers) on the list.
This is a lightweight package that offers a collection of common handlebars helpers. And it is [fully tested](https://codecov.io/github/leapfrogtechnology/just-handlebars-helpers)
-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 ------------------ |