SwiftProject
SwiftProject copied to clipboard
🏆 Generate Swift project with necessary toolings
SwiftProject
SwiftProject is a template to generate Swift-based iOS projects from the command line.
Features
- [x] A basic folder structure.
- [x] Swift common types, helpers and configurators.
- [x] Recommended pods in
Podfile - [x] Integrated SwiftLint and R.swift
- [x] Schemes for
StagingandProduction
Project Structure
-
Sources: contains source files
- App
- AppDelegate
- Config
- Constants
- Extensions
- Features
- Library
-
Resources: contains resource files
- Assets Catalog
- Fonts
- Info
- Storyboard
- Localised strings files
Usage
- Create new private repository on GitHub
git clone https://github.com/hyperoslo/SwiftProject.git NewProjectNamecd NewProjectNameruby ./init.rb- Enter the requested info.
Author
Hyper Interaktiv AS, [email protected]