lib/stanwood/project_creator.rb in stanwood-0.2.1 vs lib/stanwood/project_creator.rb in stanwood-0.3.0

- old
+ new

@@ -3,18 +3,20 @@ class ProjectCreator def execute(project_name, platform) case when platform == "--ios" - # system("echo Cloning Xcode Template") + puts "\nšŸš€šŸš€šŸš€" + system("ls") + system("sh /Users/talzion/Stanwood/stanwood-xctemplate/lib/stanwood/create.sh " + project_name) # system("git clone git@github.com:stanwood/Xcode_Templates_iOS.git /echo tmp/xcode_template") # # system("Running...") # system("chmod +x ruby /tmp/xcode_template/Template/configure ", project_name) # # system("echo Finishing installation") # system("rm -rf /tmp/xcode_template") - puts "\nšŸš€šŸš€šŸš€ We are working on this awesome feature for iOS. Stay tuned!!! šŸš€šŸš€šŸš€\n\n" + puts "\nšŸš€šŸš€šŸš€" exit when platform == "--backend" puts "\nšŸš€šŸš€šŸš€ We are working on this awesome feature for Backend. Stay tuned!!! šŸš€šŸš€šŸš€\n\n" exit when platform == "--android"