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.
38 lines (25 loc) • 758 B
Markdown
# {%= name %} {%= badge('fury') %}
> {%= description %}
Verb is a new project, please give feedback on your experience so we can improve it! See [what's planned for v0.3.0](https://github.com/assemble/verb/issues/12), feel free to add your thoughts or ask questions there as well.
## Runners
**Verb itself is just an API**, so it requires a "runner" to run.
{%= docs("runners") %}
## Install
{%= include("install", {save: "--save-dev"}) %}
## Meet Verb
{%= docs("meet-verb") %}
## Customize
{%= docs("customize") %}
## Test
{%= docs("test") %}
## Release history
{%= changelog("docs/CHANGELOG") %}
## Contribute
{%= docs("contribute") %}
## Author
{%= contrib("jon") %}
## License
{%= copyright() %}
{%= license() %}
***
{%= include("footer") %}