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.
27 lines (17 loc) • 593 B
Markdown
> Verb will make any data from valid front matter available to your templates
## Valid Languages
Verb uses [gray-matter](https://github.com/assemble/gray-matter) for parsing front matter, so any format allowed by that library should work, including:
* JSON
* YAML
* TOML
* Coffee-script
Please see the [gray-matter](https://github.com/assemble/gray-matter) project for documentation and to see all available options.
### Coffee
**Example**
Pass data to be used for generating [dotfiles](./docs/dotfiles.md):
```coffee
---coffee
options =
dotfiles: require './dotfiles.json'
---
```