Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharplet/minimal-swift
https://github.com/sharplet/minimal-swift
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sharplet/minimal-swift
- Owner: sharplet
- Created: 2014-12-05T07:52:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-09T07:46:30.000Z (almost 9 years ago)
- Last Synced: 2024-10-04T10:27:30.239Z (about 1 month ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A minimal Swift project
**Note: This project was created as a proof of concept. These days you should probably be using [swift-package-manager](https://github.com/apple/swift-package-manager) and [swift-corelibs-xctest](https://github.com/apple/swift-corelibs-xctest).**
Demonstrates using the `swiftc` compiler to create a pure swift module, link
it into an executable, and run tests using XCTest.## Usage
$ rake -T
rake clean # Clean build products
rake foobar # Build the Foobar module
rake main # Build the main program
rake test # Build and run the tests