Class: Magnetize::Convert

Inherits:
Thor
  • Object
show all
Includes:
Thor::Shell
Defined in:
lib/magnetize/convert.rb

Constant Summary collapse

DEFAULTS =
{
  :force => false,
  :write => false,
  :types => {
    'app' => {
      :magento => 'app/etc/local.xml',
      :toml => 'config.toml',
      :content => nil
    },
    'errors' => {
      :magento => 'errors/local.xml',
      :toml => 'config.toml',
      :content => nil
    }
  }
}