Plugman

Plugman is a plugin manager that supports event driven communication with plugins. It handles the loading, initialization and all communications with the plugins.

Installation

The easiest way to get plugman is through rubygems

gem install plugman

If you want to track the latest changes

git clone git://github.com/kjellm/plugman.git
gem build plugman.gemspec
gem install plugman-XXX.gem

Usage

See the API documentation at http://rubydoc.info/gems/plugman/.

Alternatives

FIX document differences

  • plugin
  • gem_plugin
  • little-plugger
  • pluginfactory

Bugs

Report bugs to http://github.com/kjellm/plugman/issues

Author

Kjell-Magne Øierud <kjellm AT acm DOT org>

License

This computer program is distributed under the GPL. Please see the COPYING file part of this distribution.