# gitemplate-dox

Generate node module API markdown with dox

[![Build Status](https://travis-ci.org/codeactual/gitemplate-dox.png)](https://travis-ci.org/codeactual/gitemplate-dox)

## Example

    cd /path/to/proj/root
    gitemplate-dox \
      --input lib/gitemplate-dox/index.js \
      --output docs/GitemplateDox.md

## Installation

### [NPM](https://npmjs.org/package/gitemplate-dox)

    npm install gitemplate-dox

## API Documentation

[GitemplateDox](docs/GitemplateDox.md)

## License

  MIT

## Tests

    npm test
