jade.plugin

0.1.2 • Public • Published

jade.plugin

A jade plugin for flatiron

Build Status

usage

var jade = require('jade.plugin');
app.use(jade.plugin, 
  {dir: __dirname + '/views', ext: '.jade' });
 
app.router.get('/', function(){
  app.render(this.res, 'index', {title: 'foo'});
});

install

npm install jade.plugin

test

npm test

license

MIT

contributions

pull requests are welcome

thanks

@visionmedia - TJ for Jade @nodejitsu - For Flatiron @nodejs - For NodeJs

Readme

Keywords

none

Package Sidebar

Install

npm i jade.plugin

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • jackhq