UNPKG

grunt-verb

Version:

Grunt plugin for Verb, the markdown documentation generator with zero-configuration required.

24 lines (16 loc) 406 B
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 # {%%= name %} > {%%= description %} {%%= toc() %} ## Overview {%%= docs("overview") %} ## Options {%%= docs("options") %} ## Examples {%%= docs("examples") %} ## License and Copyright {%%= copyright() %} {%%= license() %} ```