Description:
    The plugin generator creates stubs for new Redmine plugin.
    Plugin is prepared for use in Redmine and Easy Redmine as well.
    You can use --customer flag to generate a special plugin if you can make just a few changes to code. Backup this plugin before Redmine or Easy Redmine upgrade and move back for keep you changes.
    You can use --easy_plugin flag to specify easy plugin build.

Example:
    rails g redmine_extensions:plugin NameOfNewPlugin
      create  plugins/name_of_new_plugin/app/controllers
      ...

Help:
     rails g redmine_extensions:plugin --help
