Module: FsTemplate

Defined in:
lib/fs_template.rb,
lib/fs_template/files.rb,
lib/fs_template/project.rb,
lib/fs_template/template_file.rb

Defined Under Namespace

Classes: Files, Project, ProjectConfig, TemplateFile

Class Method Summary collapse

Class Method Details

.write_project(overlay_path, output_path) ⇒ Object



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

def write_project(overlay_path,output_path)
  FsTemplate::Project.new(:path => overlay_path).write_to!(output_path)
end