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.
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.
import PackageDescription
let package = Package(
name: "web",
dependencies: [
.package(url: "https://github.com/drewag/SwiftlierCLI.git", from: "5.0.0"),
]
)