ArethusaPluginGenerator

Version Dependencies Build Status Coverage Code Climate

Generates a skeleton for an Arethusa plugin

Installation

  gem install arethusa_plugin_generator

Usage

If you want to create a new plugin, go to you Arethusa directory and then run

  arethusa_plugin_generator new NAME

This will create all files and make all changes you need to get started with your plugin.Also check out arethusa_plugin_generator help new to learn about additional options.

Disclaimer

Make sure you're running the latest version of this gem at all times. It might change frequently, as Arethusa is continuing to make progress.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/arethusa_plugin_generator/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request