# Rubygems plugin generator This is a `RubyGems` plugin to generate `RubyGems` plugins. ## Installation ```bash $ gem install rubygems_plugin_generator ``` ## Usage `gem plugin ` This command should generate all the code you need to have a working `RubyGems` plugin. Just change the file `lib/rubygems/commands/_command.rb` and you should be good to go. ## Contributing 1. Fork it 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