bin/prime in motion-prime-0.5.6 vs bin/prime in motion-prime-0.5.7
- old
+ new
@@ -25,10 +25,10 @@
end
def self.create(name)
return puts "Usage: prime new <appname>" unless name.to_s.length > 0
info "Creating new MotionPrime iOS app: #{name}"
- sh "motion create --template=git@github.com:droidlabs/motion-prime.git #{name}"
+ sh "motion create #{name} --template=motion-prime"
info "Command: bundle instal"
sh "cd ./#{name} & bundle install"
info "Command: pod setup"
sh "cd ./#{name} & pod setup"
info "Command: rake pod:install"
\ No newline at end of file