# Templated

![license](https://img.shields.io/badge/license-MIT-blue.svg ) [![Build Status](https://img.shields.io/travis/pillarsjs/templated/master.svg)](https://travis-ci.org/pillarsjs/templated) [![npm version](https://img.shields.io/npm/v/templated.svg)](https://www.npmjs.com/package/templated) [![Github release](https://img.shields.io/github/release/pillarsjs/templated.svg)](https://github.com/pillarsjs/templated) [![npm downloads](https://img.shields.io/npm/dm/templated.svg)](https://www.npmjs.com/package/templated)

### Multi template engine manager for Node.js.


**Dependencies**
- [crier](https://www.npmjs.com/package/crier)
    - Log dispatcher , multi store, tree grouping, formatter, meta handling, error handling. 
- [textualization](https://www.npmjs.com/package/textualization)
    - Dot notation based translate -&gt; i18n('path.to.mi.text',{...params...},lang); 
- [marked](https://www.npmjs.com/package/marked)
    - A markdown parser built for speed   
- [highlight.js](https://www.npmjs.com/package/highlight.js)
    - Syntax highlighting with language autodetection.
- [jade](https://www.npmjs.com/package/jade)
    - A clean, whitespace-sensitive template language for writing HTML
- [handlebars](https://www.npmjs.com/package/handlebars)
    - Handlebars provides the power necessary to let you build semantic templates effectively with no frustration 
- [hogan.js](https://www.npmjs.com/package/hogan.js)
    - A mustache compiler.
- [nunjucks](https://www.npmjs.com/package/nunjucks)
    - A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired) 
- [swig](https://www.npmjs.com/package/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](http://pillarsjs.com/)**
