๐ Sync local files to your remote machines, using Swift.
To integrate CommandLine
to your project using Swift Package Manager, specify it in your Package.swift
file:
import PackageDescription
let package = Package(
[...]
dependencies: [
.Package(url: "https://github.com/swish-server/Sync.git", majorVersion: XYZ)
]
)
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.