templated
v0.3.9
Published
Multi template engine manager for Node.js.
Downloads
25
Maintainers
Readme
Templated
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