# doxdox-plugin-handlebars

> Custom Handlebars template plugin for doxdox.

[![Build Status](https://travis-ci.org/neogeek/doxdox-plugin-handlebars.svg?branch=master)](https://travis-ci.org/neogeek/doxdox-plugin-handlebars)
[![NPM Version](http://img.shields.io/npm/v/doxdox-plugin-handlebars.svg?style=flat)](https://www.npmjs.org/package/doxdox-plugin-handlebars)
[![Greenkeeper badge](https://badges.greenkeeper.io/neogeek/doxdox-plugin-handlebars.svg)](https://greenkeeper.io/)
[![Latest Documentation](https://doxdox.org/images/badge-flat.svg)](https://doxdox.org/neogeek/doxdox-plugin-handlebars)

## Install

```bash
$ npm install doxdox doxdox-plugin-handlebars --save-dev
```

## Usage

```bash
$ doxdox 'src/**/*.js' --layout templates/README.hbs --output README.md
```
