# File 'lib/html5up/cli.rb', line 9defnew(project_name)template=options[:template]filename="html5up-#{template}.zip"Helpers::download(template,filename)Helpers::extract(filename,project_name,options)end
#templates ⇒ Object
18
19
20
21
22
# File 'lib/html5up/cli.rb', line 18deftemplatesHelpers::templates.eachdo|template|putstemplateendend