grunt-verb
Version:
Grunt plugin for Verb, the markdown documentation generator with zero-configuration required.
24 lines (16 loc) • 406 B
Markdown
You can build any kind of markdown document with Verb, but **building a readme is an easy way to get started**.
Here is an example template for a basic readme:
```markdown
> {%%= description %}
{%%= toc() %}
{%%= docs("overview") %}
{%%= docs("options") %}
{%%= docs("examples") %}
{%%= copyright() %}
{%%= license() %}
```