Change README
Clean architecture codebase that can be used by other frameworks.
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.
swift
Once you have your Swift package set up, adding Core-Codebase as a dependency is as easy as adding it to the dependencies value of your Package.swift.
dependencies
Package.swift
dependencies: [ .package(url: "https://github.com/Centauryal/Core-Codebase.git", .upToNextMajor(from: "1.0.0")) ]
Core is released under the MIT license. See LICENSE for details.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Core-Codebase
Clean architecture codebase that can be used by other frameworks.
Features
Requirements
Installation
Swift Package Manager
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the
swift
compiler.Once you have your Swift package set up, adding Core-Codebase as a dependency is as easy as adding it to the
dependencies
value of yourPackage.swift
.How To Use
Author
License
Core is released under the MIT license. See LICENSE for details.