Class: ProjectGen::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/projectgen/cli.rb

Instance Method Summary collapse

Instance Method Details

#genObject



9
10
11
# File 'lib/projectgen/cli.rb', line 9

def gen
    puts ProjectGen::Generator.generate_project(options[:github_url])
end