This tool help to create Xcode Project. Make Podfile and install SwiftLint and SwiftFormat on your project ...etc
- copy
.swiftlint.ymlandscriptson your Project - make Podfile
pod init - Add Library in Podfile
- Add SwiftLint in Podfile
- Add SwiftFormat in Podfile
- Pod install on your Project
- Git initialize
git init - Download .gitignore file and set it on your Project
| before | after |
|---|---|
![]() |
![]() |
- Python 3.8.0
python helper.py (your project directory)
git clone https://github.com/masa7351/setupHelper.git

