class Vipergen::ViperThor

Public Instance Methods

generate(name) click to toggle source
# File lib/vipergen/viperthor.rb, line 12
def generate(name)
Vipergen::Generator.generate_viper(options[:template], options[:language], name, options[:path], options[:author], options[:swift_module])
end
templates() click to toggle source
# File lib/vipergen/viperthor.rb, line 17
def templates()
        puts Vipergen::TemplateManager.templates_description()
end