Method: Neat::Generator#install

Defined in:
lib/neat/generator.rb

#installObject



10
11
12
13
14
15
16
17
# File 'lib/neat/generator.rb', line 10

def install
  if neat_files_already_exist?
    puts "Neat files already installed, doing nothing."
  else
    install_files
    puts "Neat files installed to neat/"
  end
end