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.
13 lines (9 loc) • 317 B
Markdown
Now that {%= name %} is installed, add a `README.tmpl.md` to a `docs/` dir in your project with this content:
```markdown
{%= docs("extras/example-readme", {raw: true}) %}
```
Next, in the command line run:
```bash
verb
```
That wasn't so hard, was it? (It was? Tell us about it. {%= include('report-issues') %}).