discourse/lib/generators/plugin/templates
Robin Ward 23f24bfb51 REFACTOR: Move javascript tests inside discourse app
This is where they should be as far as ember is concerned. Note this is
a huge commit and we should be really careful everything continues to
work properly.
2020-10-02 11:29:36 -04:00
..
assets/javascripts/discourse REFACTOR: Remove `Ember.Controller` in favor of import 2019-10-23 13:06:54 -04:00
LICENSE.erb
README.md.erb
acceptance-test.js.es6.erb REFACTOR: Move javascript tests inside discourse app 2020-10-02 11:29:36 -04:00
client.en.yml.erb
controller.rb.erb
controller_spec.rb.erb
engine.rb.erb
javascript.js.es6.erb
plugin.rb.erb FIX plugin generator: mobile, desktop stylesheets registering (#9039) 2020-02-25 11:43:17 +01:00
plugin_controller.rb.erb
route-map.js.es6.erb
route_constraint.rb.erb
routes.rb.erb FIX: fixes plugin generator with zeitwerk (#8220) 2019-10-21 09:24:14 +02:00
scheduled_job.rb.erb
server.en.yml.erb
settings.yml.erb
stylesheet.scss.erb

README.md.erb

# <%= 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/<%= @github_username %>/<%= 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).