bunto-import¶ ↑
The new Bunto command for importing from various blogs to Bunto
format.
Note: migrators are now called importers and are only available if one installs the bunto-import
gem.
How bunto-import
works:¶ ↑
Bunto
v2.x and higher¶ ↑
-
Install the rubygem with
gem install bunto-import
. -
Run
bunto import IMPORTER [options]
Bunto
v1.x¶ ↑
Launch IRB:
# 1. Require bunto-import irb> require 'bunto-import' # 2. Choose the importer you'd like to use. irb> importer_class = "Behance" # an example, there are many others! # 3. Run it! irb> BuntoImport::Importers.const_get(importer_class).run(options_hash)
Documentation¶ ↑
bunto-import has its own documentation site, found at bunto-import.tk/. Dedicated documentation for each migrator is available there.