discourse/lib/generators/plugin/templates
Joffrey JAFFEUX ef36fdfb64
DEV: rails generator to create plugin skeleton (#6332)
rails g plugin --help
rails g plugin DiscourseRacoon --author joffrey
2018-08-29 13:32:41 +02:00
..
javascript.es6.erb DEV: rails generator to create plugin skeleton (#6332) 2018-08-29 13:32:41 +02:00
LICENSE.erb DEV: rails generator to create plugin skeleton (#6332) 2018-08-29 13:32:41 +02:00
plugin.rb.erb DEV: rails generator to create plugin skeleton (#6332) 2018-08-29 13:32:41 +02:00
README.md.erb DEV: rails generator to create plugin skeleton (#6332) 2018-08-29 13:32:41 +02:00
scheduled_job.rb.erb DEV: rails generator to create plugin skeleton (#6332) 2018-08-29 13:32:41 +02:00
stylesheet.scss.erb DEV: rails generator to create plugin skeleton (#6332) 2018-08-29 13:32:41 +02:00

# <%= name %>

<%= name %> is a plugin for ...

## Installation

Follow [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157)
how-to from the official Discourse Meta, using `git clone https://github.com/<%= @options['author'] %>/<%= dasherized_name %>.git`
as the plugin command.

## Usage

## Feedback

If you have issues or suggestions for the plugin, please bring them up on
[Discourse Meta](https://meta.discourse.org).