An iOS project template to kickstart your project with CleanArchitecture with MVVM+Coordinator.
Install Xcodegen by running below terminal command or suitable methods.
brew install xcodegen
You can create new repository direcly from this Github template project. follow the instructions to create new project is given here.
Open Terminal.
- Change the current working directory to the location where you want the cloned directory.
- Type git clone, and then paste the URL you copied earlier.
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
- find
#FIXME
comments - Replace the text of REPLACE_PROJECT_NAME with your desired project name e.g. YOUR_PROJECT_NAME
- Replace the text of REPLACE_BUNDLE_ID_PREFIX with your desired project name e.g. REPLACE_BUNDLE_ID_PREFIX
Now just type xcodegen
in terminal and return. This will create xcode project with YOUR_PROJECT_NAME.xcodeproj.
$ xcodegen
⚙️ Generating plists...
⚙️ Generating project...
⚙️ Writing project...
Created project at /Users/Aarif_Sumra/Developer/Github/GitHub/monstar-lab-oss/ios-template/YOUR_PROJECT_NAME.xcodeproj
Now open it from command or using finder.
$ open YOUR_PROJECT_NAME.xcodeproj
You are done!
Made with ❤️ at Monstarlab