https://github.com/dmytrochumakov/tca-template
Xcode Template for The Composable Architecture
https://github.com/dmytrochumakov/tca-template
ios swift the-composable-architecture xcode-template
Last synced: over 1 year ago
JSON representation
Xcode Template for The Composable Architecture
- Host: GitHub
- URL: https://github.com/dmytrochumakov/tca-template
- Owner: dmytrochumakov
- License: mit
- Created: 2023-10-25T04:22:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T13:44:16.000Z (over 1 year ago)
- Last Synced: 2025-03-07T20:52:38.799Z (over 1 year ago)
- Topics: ios, swift, the-composable-architecture, xcode-template
- Language: Swift
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## To use this template, follow these steps:
- Download archive
- Transfer the unpacked files to the project root
- In case you are using macOS Ventura give Terminal full disk access (System Settings -> Privacy & Security -> Full Disk Access)
- Open terminal
- Go to a folder with .xcodeproj
- Write swift install.swift
- Open your project
- Use a template
## 🤝 Contributing
### Clone the repo
```bash
git clone https://github.com/dmytrochumakov/TCA-Template.git
```
### Install template
``` bash
swift install.swift
```
## License
TCA-Template is licensed under the MIT License, please see the [LICENSE](LICENSE) file.