Class: Yolo::Config::Install

Inherits:
Object
  • Object
show all
Defined in:
lib/yolo/config/install.rb

Overview

The Install class provides a number of methods to install yolo into projects

Author:

  • Alex Fish

Class Method Summary collapse

Class Method Details

.runObject

Runs the yolo project install



16
17
18
19
20
21
# File 'lib/yolo/config/install.rb', line 16

def self.run
   self.move_rakefile
   self.rename_rakefile
   `open Rakefile`
   Yolo::Formatters::ProgressFormatter.new.rakefile_created(Dir.pwd + "/Rakefile")
end