SwiftlierCLI

5.0.0

Command-Line Swift Enhancements
drewag/SwiftlierCLI

What's New

2019-08-03T04:04:39Z

SwiftlierCLI - Command-Line Enhancements

Swift platforms Swift Package Manager compatible MIT Build Status

Twitter @drewag Blog drewag.me

Library for common enhancements for Command-Line usage of the Swift language with support for macOS, and Linux. It also includes Swiftlier for enhancements to Swift itself.

Goals

Create a common library of generic extensions and types that are useful across many projects. This would allow developers to use more advanced features while maintaining readability. You are encouraged to submit pull requests or issues with additional features that we can discuss to see if they should be added.

Installation

Using Swift Package Manager

import PackageDescription

let package = Package(
    name: "web",
    dependencies: [
        .package(url: "https://github.com/drewag/SwiftlierCLI.git", from: "5.0.0"),
    ]
)

Description

  • Swift Tools 5.0.0
View More Packages from this Author

Dependencies

Last updated: Tue Mar 19 2024 07:13:34 GMT-0900 (Hawaii-Aleutian Daylight Time)