Sha256: 704b58a6dbbbb9d16e612dd8d65272a0c193b97f1b1552e01159794df80742ce
Contents?: true
Size: 904 Bytes
Versions: 1
Compression:
Stored size: 904 Bytes
Contents
= transender Use Transender whenever you need to git-clone and rename XCode iPhone SDK projects. Project home: http://kitschmaster.com/kiches/246 == FEATURES/NO-PROBLEMS: * can clone XCode projects (on git) and rename them successfully (tested only on iPhone/iPod Touch projects) * use from command line or ruby program == SYNOPSIS: You could use it in a Rails app maybe like this: Transender::Ji.transform_and_zip({:app_title=>"myClonedProject", :transform=>"git://github.com/mihael/iproject.git", :ji_path => File.join(File.dirname(__FILE__), %w[.. tmp]) }) do |zip| render :text => zip end Or on the command line, like this: transender git://github.com/mihael/iproject.git myFreshProject /projects/ == REQUIREMENTS: Nothing you would not have. * sed * tar * git * ruby == INSTALL: * sudo gem install mihael-transender == Copyright Copyright (c) 2009 Mihael. See LICENSE for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mihael-transender-0.1.0 | README.rdoc |