Swift 项目 - twototwoto/WYW_Blog GitHub Wiki
# Swift 代码风格
SwiftLint 工具
- SwiftLint 官方文档
- How to use SwiftLint with Xcode to enforce Swift style and conventions?
- 简短 SwiftLint 学习视频
# Git
Git commit message
- 规范你的 commit message 并且根据 commit 自动生成 CHANGELOG.md
- 在 Swift 中编写脚本:Git Hooks
- iOS项目配置Git Commit Message规范