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.