Class: Jdt::TemplateGenerator

Inherits:
Generator
  • Object
show all
Defined in:
lib/jdt/generator/template_generator.rb

Instance Attribute Summary

Attributes inherited from Generator

#author, #creation_date, #description, #location, #name

Instance Method Summary collapse

Instance Method Details

#generate(name) ⇒ Object



5
6
7
8
9
10
11
12
# File 'lib/jdt/generator/template_generator.rb', line 5

def generate(name)
  super

  #create empty directory
  empty_directory("#{folder}/css")
  empty_directory("#{folder}/html")
  empty_directory("#{folder}/images")
end