https://github.com/apple/example-package-dealer
Example package for use with the Swift Package Manager
https://github.com/apple/example-package-dealer
Last synced: about 1 year ago
JSON representation
Example package for use with the Swift Package Manager
- Host: GitHub
- URL: https://github.com/apple/example-package-dealer
- Owner: apple
- License: apache-2.0
- Created: 2015-11-10T19:52:44.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T02:36:11.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T23:08:14.581Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 30.3 KB
- Stars: 351
- Watchers: 144
- Forks: 119
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
To build this example package:
git clone https://github.com/apple/example-package-dealer.git
cd example-package-dealer
swift run
For more information, visit [Swift's package manager documentation](https://www.swift.org/package-manager/).