Class: Cavendish::Commands::ConfigureGit

Inherits:
Base
  • Object
show all
Defined in:
lib/cavendish/commands/configure_git.rb

Instance Attribute Summary

Attributes inherited from Base

#config

Instance Method Summary collapse

Methods included from Utils

#copy_file, #copy_template, #error, #get_or_generate_destination_path, #get_template_path, #inject_to_json_file, #log, #parse_erb, #project_root_path, #remove_in_project, #run, #run_in_project

Instance Method Details

#performObject



4
5
6
7
# File 'lib/cavendish/commands/configure_git.rb', line 4

def perform
  remove_expo_git
  commit_initial_config
end