Sha256: 98967f9c14af281ab0664d78f61ef0a375fef78f378231c2b3aea4d5bcfd538e

Contents?: true

Size: 663 Bytes

Versions: 2

Compression:

Stored size: 663 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.

## License

[MIT](http://opensource.org/licenses/MIT)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lita-4.2.1 templates/plugin/README.tt
lita-4.2.0 templates/plugin/README.tt