Class: Cinch::BotTemplate::Plugin

Inherits:
Thor
  • Object
show all
Defined in:
lib/cinch/bot_template/main/plugin.rb

Instance Method Summary collapse

Methods inherited from Thor

command_help

Instance Method Details

#gen(dir) ⇒ Object



9
10
11
12
# File 'lib/cinch/bot_template/main/plugin.rb', line 9

def gen(dir)
  generator = Cinch::BotTemplate::Classes::Plugin.new(directory: dir, options: options)
  generator.generate
end