Sha256: 83ecf59dc77164af5b9d3cad23ba3f07778aec6e1d13e12e951afca0392be903
Contents?: true
Size: 662 Bytes
Versions: 11
Compression:
Stored size: 662 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
11 entries across 11 versions & 1 rubygems