Auto generate templates for iOS project.
- Clone the project.
cd
toiOSTemplates_Generator
- Run with format
./template_gen.sh <feature name>
, then option list will be showing. - Choose option, after execution, a folder name as
feature name
will be shown on your screen, for example: if you choose to createMVP Builder FullScreenModal Module
with feature name asCardList
, the folder that is showing on screen will be named asCardList
. - Drag the output folder in XCode project to use.
Please update the Templates - which are located in Original
folder in each template folder, if there is any update.