This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/lib/generators/plugin/templates
Robin Ward fa5a158683 REFACTOR: Move queue_jobs out of SiteSetting
It is not a setting, and only relevant in specs. The new API is:

```
Jobs.run_later!        # jobs will be thrown on the queue
Jobs.run_immediately!  # jobs will run right away, avoid the queue
```
2019-03-14 10:47:38 -04:00
..
acceptance-test.js.es6.erb
client.en.yml.erb
controller_spec.rb.erb REFACTOR: Move queue_jobs out of SiteSetting 2019-03-14 10:47:38 -04:00
javascript.es6.erb
LICENSE.erb
plugin.rb.erb
README.md.erb
scheduled_job.rb.erb
server.en.yml.erb
settings.yml.erb
stylesheet.scss.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).