An open API service indexing awesome lists of open source software.

https://github.com/dankinsoid/vdarch

Redux, Reactivate architecture
https://github.com/dankinsoid/vdarch

Last synced: 10 months ago
JSON representation

Redux, Reactivate architecture

Awesome Lists containing this project

README

          

# VDArch

## Description

## Example

## Usage

## Installation

1. [Swift Package Manager](https://github.com/apple/swift-package-manager)

Create a `Package.swift` file.
```swift
// swift-tools-version:5.0
import PackageDescription

let package = Package(
name: "SomeProject",
dependencies: [
.package(url: "https://github.com/dankinsoid/VDArch.git", from: "1.0.34")
],
targets: [
.target(name: "SomeProject", dependencies: ["VDArch"])
]
)
```
```ruby
$ swift build
```

## Author

dankinsoid, voidilov@gmail.com

## License

VDArch is available under the MIT license. See the LICENSE file for more info.