1.1.0 • Published 4 years ago

express-tl v1.1.0

Weekly downloads
28
License
GPL-3.0
Repository
github
Last release
4 years ago

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 :