Class: Localeapp::CLI::Install::GithubInstaller

Inherits:
StandaloneInstaller show all
Defined in:
lib/localeapp/cli/install.rb

Instance Attribute Summary

Attributes inherited from DefaultInstaller

#config_file_path, #data_directory, #key, #project_data

Instance Method Summary collapse

Methods inherited from StandaloneInstaller

#print_default_locale, #set_config_paths

Methods inherited from DefaultInstaller

#check_data_directory_exists, #check_key, #execute, #initialize, #print_default_locale, #print_header, #set_config_paths, #validate_key, #write_rails_config

Constructor Details

This class inherits a constructor from Localeapp::CLI::Install::DefaultInstaller

Instance Method Details

#write_config_fileObject



208
209
210
211
212
213
# File 'lib/localeapp/cli/install.rb', line 208

def write_config_file
  super
  create_data_directory
  create_gitignore
  create_readme
end