Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lm2s/Texther
Tuist + SwiftUI + TCA example application
https://github.com/lm2s/Texther
Last synced: 13 days ago
JSON representation
Tuist + SwiftUI + TCA example application
- Host: GitHub
- URL: https://github.com/lm2s/Texther
- Owner: lm2s
- Created: 2020-10-16T13:37:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-16T14:12:40.000Z (about 4 years ago)
- Last Synced: 2024-08-01T13:17:01.724Z (4 months ago)
- Language: Swift
- Size: 7.81 KB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tuist - SwiftUI + TCA Example
README
# SwiftUI + TCA Tuist example
[![Tuist Badge](https://img.shields.io/badge/powered%20by-Tuist-green.svg?longCache=true)](https://github.com/tuist)
This repository contains a modular Xcode project built using SwiftUI 2.0 and Composable Architecture with the [µfeatures](https://tuist.io/docs/architectures/microfeatures/) approach.
[Tuist](https://tuist.io)
[Composable Architecture (TCA)](https://github.com/pointfreeco/swift-composable-architecture)## Setup
1. Git clone the repository: `git clone https://github.com/lm2s/Texther.git`.
2. Install Tuist with `bash <(curl -Ls https://install.tuist.io)`.
3. Run `tuist generate`.