0.3.9 • Published 8 years ago

templated v0.3.9

Weekly downloads
7
License
MIT
Repository
github
Last release
8 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

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.6

9 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago