0.3.9 • Published 7 years ago

templated v0.3.9

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

Templated

license Build Status npm version Github release npm downloads

Multi template engine manager for Node.js.

Dependencies

  • crier
    • Log dispatcher , multi store, tree grouping, formatter, meta handling, error handling.
  • textualization
    • Dot notation based translate -> i18n('path.to.mi.text',{...params...},lang);
  • marked
    • A markdown parser built for speed
  • highlight.js
    • Syntax highlighting with language autodetection.
  • jade
    • A clean, whitespace-sensitive template language for writing HTML
  • handlebars
    • Handlebars provides the power necessary to let you build semantic templates effectively with no frustration
  • hogan.js
    • A mustache compiler.
  • nunjucks
    • A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)
  • swig
    • A simple, powerful, and extendable templating engine for node.js and browsers, similar to Django, Jinja2, and Twig.

Instalation & setup - Install dependencies

```
	npm install templated
```
  • Licence
  • It is covered by the same MIT Licence as Pillars.js
0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.6

8 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago