Packages

Mustache Backend for MixReadme

Current section

Files

Jump to
mix_readme_mustache readme.mustache
Raw

readme.mustache

# {{ module_name }}
Mustache backend for MixReadme
## Installation
in `mix.exs`:
```
def deps do
[
{:mix_readme, "~> 0.2.0", only: :dev, runtime: false},
{:{{ app }}, "~> {{ version }}", only: :dev, runtime: false}
]
end
```
in `config/config.exs`:
```
import Config
config :mix_readme,
backend: MixReadme.Backend.Mustache
```
## Usage
```
mix readme > README.md
```