lib/specimen/generator.rb in specimen-0.0.1.alpha.b vs lib/specimen/generator.rb in specimen-0.0.1.alpha
- old
+ new
@@ -3,9 +3,15 @@
require_relative 'generator/file_by_template'
require_relative 'generator/specimen_project'
module Specimen
module Generator
+
+ def create_specimen_project(options = {})
+
+
+ end
+
def create_file_by_template(template, destination, data = {})
FileByTemplate.start([template, destination, data])
end
end
end