UNPKG

459 Btext/x-handlebars-templateView Raw
1Generating Logo Banner
2------------------
3
4### Banner Examples
5
6| Image | Command |
7| ----- | ------- |
8{{#each vars.examples.banners}}| <img src="{{{img}}}" height="40" style="height:40px;"/> | ` $ fur banner "{{spinalcase options.text}}-banner.png" {{#each options}}--{{spinalcase @key}}="{{this}}" {{/each}} ` |
9{{/each}}
10
11These examples are available [here]({{vars.examplesUrl}}).
12
13### Banner Usage
14
15```bash
16$ fur banner -h
17
18{{{vars.usages.banner}}}
19```
20
21
\No newline at end of file