Method: Overapp.write_project

Defined in:
lib/overapp/util/write.rb

.write_project(overapp_path, output_path) ⇒ Object



3
4
5
6
7
# File 'lib/overapp/util/write.rb', line 3

def write_project(overapp_path,output_path)
  Overapp.with_local_path(overapp_path) do |dir|
    Overapp::Project.new(:path => dir).write_to!(output_path)
  end
end