Class: SimplyGenius::Atmos::Commands::New

Inherits:
Generate show all
Defined in:
lib/simplygenius/atmos/commands/new.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Generate

#save_state, #state, #state_file

Methods included from UI

#agree, #ask, #choose, color_enabled, color_enabled=, #display, #error, #notify, #say, #warn

Class Method Details

.descriptionObject



9
10
11
# File 'lib/simplygenius/atmos/commands/new.rb', line 9

def self.description
  "Sets up a new atmos project in the current directory"
end

Instance Method Details

#executeObject



13
14
15
16
# File 'lib/simplygenius/atmos/commands/new.rb', line 13

def execute
  template_list << "new"
  super
end