Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 929 Bytes

File metadata and controls

26 lines (18 loc) · 929 Bytes

Build Status Swift Swift Package Manager compatible

CommandLine

🔫 Wrapper for the Command Line to fire commands.

Installation with Swift Package Manager

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)
    ]
)

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.