2.0.0 • Published 7 years ago

broccoli-pug-render v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

broccoli-pug-render

Build Status npm version npm downloads Dependency Status

A broccoli.js plugin to render Pug templates.

Install

$ npm install --save-dev broccoli-pug-render

Usage

const renderPug = require('broccoli-pug-render');
const pages = new renderPug(['src'], {
    basedir: __dirname + '/partials',
    localvar: 'value'
});

API

renderPug(tree, options)

options

See the Pug options.

License

MIT © qm3ster

Credit

Big thanks to Devin Bayer for creating broccoli-jade-render

2.0.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago