From 4ae86f3282e6f788177072599eb68881cf4706c4 Mon Sep 17 00:00:00 2001 From: Vladimir Kapustin Date: Sat, 5 Oct 2019 07:11:29 +0300 Subject: [PATCH] Add `handlebars-wax` to Handlebars in the Wild --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index d5b17fa4..c325f31a 100644 --- a/README.markdown +++ b/README.markdown @@ -155,6 +155,7 @@ Handlebars in the Wild * [just-handlebars-helpers](https://github.com/leapfrogtechnology/just-handlebars-helpers) A fully tested lightweight package with common Handlebars helpers. * [incremental-bars](https://github.com/atomictag/incremental-bars) adds support for [incremental-dom](https://github.com/google/incremental-dom) as template target to Handlebars. * [apiDoc](https://github.com/apidoc/apidoc) apiDoc uses handlebars as parsing engine for api documentation view generation. +* [handlebars-wax](https://github.com/shannonmoeller/handlebars-wax) The missing Handlebars API. Effortless registration of data, partials, helpers, and decorators using file-system globs, modules, and plain-old JavaScript objects. External Resources ------------------