From 3ec9fe4db496387195a26a8c31a93b4afd7b1964 Mon Sep 17 00:00:00 2001 From: elvece Date: Tue, 29 Dec 2015 13:14:39 -0700 Subject: [PATCH] added swig to templating engines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f961aa6..74c111c 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [EJS](https://github.com/mde/ejs) - Effective JavaScript templating. * [xtemplate](https://github.com/xtemplate/xtemplate) - eXtensible Template Engine lib for node and the browser * [marko](https://github.com/marko-js/marko) - A fast, lightweight, HTML-based templating engine for Node.js and the browser with async, streaming, custom tags and CommonJS modules as compiled output. +* [swig](http://paularmstrong.github.io/swig/) - A simple, powerful, and extendable Node.js and Browser-based JavaScript Template Engine. ## Articles and Posts