verb
Version:
Verb makes it easy to build project documentation using simple markdown templates, with zero configuration required.
31 lines (21 loc) • 501 B
Markdown
Now that verb is installed, add a `README.tmpl.md` to a `docs/` dir in your project with this content:
```markdown
> {%= description %}
Install with [npm](npmjs.org) `npm i -g {%= name %} --save-dev`
{%= docs("options") %}
{%= docs("examples") %}
+ {%= author.name %}
{%= copyright() %}
{%= license() %}
```
Next, in the command line run:
```bash
verb
```
That wasn't so hard, was it? (It was? Tell us about it. ).