An open API service indexing awesome lists of open source software.

https://github.com/jlyonsmith/swifttoolbelt

A Swift utility library
https://github.com/jlyonsmith/swifttoolbelt

Last synced: over 1 year ago
JSON representation

A Swift utility library

Awesome Lists containing this project

README

          

[![Swift Package Manager](https://rawgit.com/jlyonsmith/artwork/master/SwiftPackageManager/spm-compatible.svg)](https://swift.org/package-manager/)

## Swift Tool Belt

This project is a collection of useful code for the Swift programming language. It currently contains:

- `ParsedPath` for working with file and URI paths more safely and efficiently.
- `CommandLineParser` for quickly and easily creating command line arguments for an application.