Sha256: da8f64b3553bf0a8f2f6910630231d50a27d3b8dd9dec059d8ebaed64d2931c6

Contents?: true

Size: 633 Bytes

Versions: 1

Compression:

Stored size: 633 Bytes

Contents

# Rubygems plugin generator

This is a `RubyGems` plugin to generate `RubyGems` plugins.

## Installation

```bash
$ gem install rubygems_plugin_generator
```

## Usage

`gem plugin <your-plugin-name>`

This command should generate all the code you need to have a working `RubyGems` plugin. Just change the file `lib/rubygems/commands/<your-command>_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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubygems_plugin_generator-0.2.0 README.md