Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 842 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 842 Bytes

express-tl

fastest, smallest and simplest template engine, using JS's literal template feature, in an express template engine

This is just a simple wrapper for Express, around template-literal.

Use it

run npm i express-tl

and append it to your app code :

const tl = require('express-tl')

app.engine('tl', tl)
app.set('views', './views') // specify the views directory
app.set('view engine', 'tl') // register the template engine

Watch template-literal for benchmark and to know how to use

You can see an example app in example/

Donate

You can make me a donation to support my work :