0.0.5 • Published 12 years ago

uinexpress v0.0.5

Weekly downloads
35
License
-
Repository
github
Last release
12 years ago

uinexpress

Enables underscore templates in express versions 2 and 3.

Usage

in your express app.js, for express 3:

app.configure(function () {
	app.engine('html', require('uinexpress').__express)
	app.set('view engine', 'html')

in your express app.js, for express 2:

app.configure(function () {
	app.register('html', require('uinexpress'))
	app.set('view engine', 'html')

Notes

  • An alternative is to use ejs in the browser, see the module ejsinbrowser
0.0.5

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago