All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.zenwave360.generator.help.markdown.hbs Maven / Gradle / Ivy

# {{configClassName}}

{{{plugin.title}}}

{{{plugin.description}}}

## Options

| **Option** | **Description** | **Type** | **Default** | **Values** |
|------------|-----------------|----------|-------------|------------|
{{~#each options as |option|}}
| `{{@key}}` | {{{option.description}}} | {{{option.type}}} | {{{option.defaultValue}}} | {{join option.values ", " }}  |
{{~/each}}

## Getting Help

```shell
jbang zw -p {{configClassName}} --help
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy