https://github.com/tiknil/swift-boilerplate
Boilerplate per iniziare un progetto iOS con swift in Tiknil
https://github.com/tiknil/swift-boilerplate
Last synced: 2 months ago
JSON representation
Boilerplate per iniziare un progetto iOS con swift in Tiknil
- Host: GitHub
- URL: https://github.com/tiknil/swift-boilerplate
- Owner: tiknil
- License: apache-2.0
- Created: 2021-02-10T15:39:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T09:58:55.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T20:55:27.119Z (over 1 year ago)
- Language: Swift
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iOS swift boilerplate
Il boilerplate contiene un app base iOS scritta in swift che implementa l'architettura MVVM usando Swinject e RxSwift.
## Getting started
Il boilerplate contiene il file ruby gen.rb che permette di creare un nuovo progetto a partire dal boilerplate fornendo il nome del progetto per l'inizializzazione. Di seguito le istruzioni:
1. Entra nella cartella di questo repo
2. Rendi lo script gen.rb eseguibile
```
chmod +x kotlinboilerplate.rb
```
3. Quindi eseguilo
```
./gen.rb proj -n NameOfNewApp
```
Puoi dargli direttamente i parametri seguenti:
- -n/--name Nome del progetto (es: ProjectName)
- -f Forza gli input di conferma a 'Y', non chiede nulla a terminale
# Links
[Tiknil Swift Style Guide](https://github.com/tiknil/swift-style-guide)