verb
Version:
Verb makes it easy to build project documentation using simple markdown templates, with zero configuration required.
19 lines (13 loc) • 455 B
Markdown
### Install with [npm](npmjs.org)
```bash
npm i -g {%= name %} --save-dev
```
Now that {%= name %} is installed, add `README.tmpl.md` to the `docs/` dir in your project (this is all customizable, but let's keep it simple here), and add this to the file:
```markdown
{%= raw('example') %}
```
Next, run:
```bash
{%= name %}
```
That wasn't so hard, was it? (It was? [Try downloading Verb instead](https://github.com/assemble/verb/archive/master.zip))