Method: Tooler.help

Defined in:
lib/tooler/helper.rb

.helpObject



6
7
8
9
10
11
12
13
14
15
16
# File 'lib/tooler/helper.rb', line 6

def self.help
  <<HELP_MESSAGE

$ tooler template_name

Available templates
1. cuba
2. sinatra

HELP_MESSAGE
end