Sha256: 05147bf1f90c01e0a61f6f7144d40039e8167d43fd4a1d3657636e51b9ee06dd

Contents?: true

Size: 608 Bytes

Versions: 4

Compression:

Stored size: 608 Bytes

Contents

# <%= config[:gem_name] %>

TODO: Add a description of the plugin.

## Installation

<%- if config[:plugin_type] == "extension" -%>
Add <%= config[:gem_name] %> to your Lita plugin's gemspec:

``` ruby
spec.add_runtime_dependency "<%= config[:gem_name] %>"
```
<%- else -%>
Add <%= config[:gem_name] %> to your Lita instance's Gemfile:

``` ruby
gem "<%= config[:gem_name] %>"
```
<%- end -%>

<%- unless config[:plugin_type] == "extension" -%>
## Configuration

TODO: Describe any configuration attributes the plugin exposes.

<%- end -%>
## Usage

TODO: Describe the plugin's features and how to use them.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rita-5.0.0.alpha.4 templates/plugin/README.tt
rita-5.0.0.alpha.3 templates/plugin/README.tt
rita-5.0.0.alpha.2 templates/plugin/README.tt
rita-5.0.0.alpha.1 templates/plugin/README.tt