🔫 Wrapper for the Command Line to fire commands.
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/CommandLine.git", majorVersion: XYZ) ] )This project is licensed under the Apache-2.0 License - see the LICENSE file for details.