Skip to content

pillarsjs/templated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e916e75 · Aug 10, 2022

History

30 Commits
Jun 18, 2015
Jun 10, 2015
Feb 22, 2015
Feb 22, 2015
Aug 10, 2022
May 24, 2016
May 23, 2017
Aug 10, 2022

Repository files navigation

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