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

https://github.com/jstransformers/jstransformer-pug

Pug support for JSTransformers
https://github.com/jstransformers/jstransformer-pug

Last synced: about 1 year ago
JSON representation

Pug support for JSTransformers

Awesome Lists containing this project

README

          

# jstransformer-pug

[Pug](http://npm.im/pug) support for [JSTransformers](http://github.com/jstransformers).

[![Build Status](https://img.shields.io/travis/jstransformers/jstransformer-pug/master.svg)](https://travis-ci.org/jstransformers/jstransformer-pug)
[![Coverage Status](https://img.shields.io/codecov/c/github/jstransformers/jstransformer-pug/master.svg)](https://codecov.io/gh/jstransformers/jstransformer-pug)
[![Dependency Status](https://img.shields.io/david/jstransformers/jstransformer-pug/master.svg)](http://david-dm.org/jstransformers/jstransformer-pug)
[![NPM version](https://img.shields.io/npm/v/jstransformer-pug.svg)](https://www.npmjs.org/package/jstransformer-pug)

## Installation

npm install jstransformer-pug

## API

```js
var pug = require('jstransformer')(require('jstransformer-pug'))

pug.render('h1 Hello World!').body
//=> '

Hello World!

'
```

## License

MIT