From 6987c3fa92966cd400a9013af8b9baf5c33cb120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=BA=E5=A2=A8?= Date: Tue, 28 Mar 2023 14:00:30 +0800 Subject: [PATCH] feat(collection): add collection of template engine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 诺墨 --- collections/template-engine.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 collections/template-engine.yml diff --git a/collections/template-engine.yml b/collections/template-engine.yml new file mode 100644 index 00000000..7cbe65db --- /dev/null +++ b/collections/template-engine.yml @@ -0,0 +1,18 @@ +ident: template-engine +name: Template engine +name_cn: 模板引擎 +slug: /template-engine +items: + - https://github.com/handlebars-lang/handlebars.js + - https://github.com/janl/mustache.js/ + - https://github.com/mde/ejs + - https://github.com/pugjs/pug + - https://github.com/mozilla/nunjucks + - https://github.com/linkedin/dustjs + - https://github.com/twigphp/Twig + - https://github.com/olado/doT + - https://github.com/haml/haml + - https://github.com/ractivejs/ractive + - https://github.com/facebook/react + - https://github.com/vuejs/vue + - https://github.com/angular/angular