- Download ApplicationName zip or clone
- Install CocoaPods if not already available:
$ [sudo] gem install cocoapods
$ pod setup
To create own template you need only to design project in Xcode
- Create new project and name it 'ApplicationName'
- Configure whatever you want
- Install pods
Note: ATProjectGenerator can refresh comments with author automatically: every standard comment lines with developer name like
// Created by Anton Tekutov on 17.02.21.
will be replaced by name you just entered and current date
Firs way is to enter all data as one common command like
sh ATProjectGenerator.sh ./ATiOSProjectTemplate/ /path/you/would/like/project/to/put ProjectName 'Author Name'
Second way is to enter all of the paramms separately like
sh ATProjectGenerator.sh
Enter path to template folder: ./ATiOSProjectTemplate/
Enter path to target folder: /path/you/would/like/project/to/put
Enter project name: ProjectName
Enter the author name: 'Author Name'
Then you will see finder window with open project directory and message
🎉 Project was successfully generated! 🎉
ATProjectGenerator is licensed under the terms of the Apache License, version 2.0. Please see the LICENSE file for full details.