Example
You should now be all set to run the importers with the following incantation:
$ ruby -rubygems -e 'require "jekyll-import";
JekyllImport::Importers::MyImporter.run({
# options for this importer
})'
Where MyImporter
is the name of the specific importer.