https://github.com/alicerunsonfedora/flowkit
Create apps with a simplified, testable, and concurrency-ready architecture.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.7%) to scientific vocabulary
Keywords
Repository
Create apps with a simplified, testable, and concurrency-ready architecture.
Basic Info
- Host: GitHub
- Owner: alicerunsonfedora
- License: mpl-2.0
- Language: Swift
- Default Branch: root
- Homepage: https://flowkit.marquiskurt.net/documentation/flowkit
- Size: 53.7 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
FlowKit
FlowKit is a framework that provides developers several tools for developing apps with a simplified actor-based architecture with controlled state. FlowKit works hand in hand with Swift concurrency and SwiftUI to create stateful flows and views, and it extends XCTest to allow developers to write meaningful and predictable unit tests.
Getting started
FlowKit is a Swift package for the Swift Package Manager and can be added through Xcode.
Use in a Swift package
Add the following to your Package.swift file:
swift
dependencies: [
.package(url: "https://github.com/alicerunsonfedora/flowkit", from: "0.1.0"),
]
Build from source
Required Tools:
- Xcode 15 or later
- macOS 13.0 or later
Clone the repository using git clone or gh repo clone then run swift build in the
root of the project.
License
FlowKit is licensed under the Mozilla Public License, v2.0. You can read your rights in the LICENSE file provided or by obtaining it at https://www.mozilla.org/en-US/MPL/2.0/.
Owner
- Name: Marquis Kurt
- Login: alicerunsonfedora
- Kind: user
- Location: Bear, DE
- Website: http://www.marquiskurt.net
- Repositories: 100
- Profile: https://github.com/alicerunsonfedora
[mar.kɪs kɚrt] He/him. iOS app and game developer.
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Marquis Kurt | s****e@m****t | 8 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0