Skip to content
Paul Vorbach edited this page Dec 24, 2011 · 5 revisions

tpl is a handy command line tool for node.js that allows you to translate any source file to any destination format.

For example you could use it for you Website/Blog, where you could write texts in Markdown/Textile/reStructuredText or any other markup language and translate them to HTML.

At the moment, there's only Markdown parsing included, since that's my personal preference, but this may change over time. Feel free to add functionality that you want to be included.

Clone this wiki locally