Skip to content

swish-server/CommandLine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🔫 Wrapper for the Command Line to fire commands.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages