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
- Host: GitHub
- URL: https://github.com/jlyonsmith/swifttoolbelt
- Owner: jlyonsmith
- Created: 2016-10-09T22:46:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T21:39:24.000Z (over 9 years ago)
- Last Synced: 2025-02-23T15:08:25.852Z (over 1 year ago)
- Language: Swift
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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.