# ${name} — Template for Docma

${description}

## Usage

1. Make sure you have the latest [Docma][docma-repo] installed.
2. Install this template globally via **npm**: `npm i docma-template-${name} -g`
3. Set `template.path` to `"${name}"` in your build configuration (docma.json).  
_Note: If not installed globally, set `template.path` to absolute local path._
4. Configure and set `template.options` as described below.

## Template Options

Template specific options that can be used when building your documentation with **${name}**.

[» ENTER TEMPLATE OPTIONS HERE «]

## LICENSE

${license}

[docma-repo]:https://github.com/onury/docma
