Swiftpack.co - drewag/SwiftlierCLI as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by drewag.
drewag/SwiftlierCLI 6.0.1
Command-Line Swift Enhancements
⭐️ 0
🕓 4 years ago
macOS
.package(url: "https://github.com/drewag/SwiftlierCLI.git", from: "6.0.1")

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

GitHub

link
Stars: 0
Last commit: 4 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

4 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics