verb
Version:
A project without documentation is like a project that doesn't exist. Verb solves this by making it dead simple to generate docs, using simple markdown templates, with zero configuration required.
19 lines (13 loc) • 279 B
Markdown
# {%%= name %}
> {%%= description %}
## Getting started
Install with [npm](npmjs.org) `npm i -g {%%= name %} --save-dev`
## Options
{%%= docs("options") %}
## Examples
{%%= docs("examples") %}
## Author
+ {%%= author.name %}
## License
{%%= copyright() %}
{%%= license() %}