Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/claymcleod/express-beautiful-jade-engine


https://github.com/claymcleod/express-beautiful-jade-engine

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Express Beautiful Jade Engine
=============================

For those of us who like clean HTML output from express.

Installation
-------------

```
npm install express-beautiful-jade-engine --save
```

Usage
-------------

```
// Overwrite the default Jade engine with this one
app.engine('jade', require('express-beautiful-jade-engine'));

// Set the default view engine to the EBJE
app.set('view engine', 'jade');
```