Rightpoint / ios-template

A `cookiecutter` template for iOS projects
MIT License
94 stars 26 forks source link

Great foundational work! #1

Closed adamhrz closed 7 years ago

adamhrz commented 7 years ago

Nice work! just trying this on quick test project.

Thoughts:

  1. could you run pod install when as part of the scripts?
  2. was suprised not to have the default for hockey app be the one that doesn’t trigger the curl
  3. Any control over the DIR ordering? Looks alpha for now
  4. maybe run synx at the end of code gen to cleanup (specifically noticed view folder exists in xcode but not on disk - would recommend creating each xcode folder on disk so create new file in view, for example, knows where to put it)
KingOfBrian commented 7 years ago

Thanks for the feedback @adamhrz!

  1. Done
  2. Done -- it now asks for the key, and if it is specified, it will update the fastfile
  3. I ordered the directory better, and told synx not to sort it
  4. Done
adamhrz commented 7 years ago

Awesome! Looking forward to my next lap with it!