Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaz303/swift-cli
Test CLI/Makefile project using Swift without Apple's SDK
https://github.com/jaz303/swift-cli
Last synced: 3 months ago
JSON representation
Test CLI/Makefile project using Swift without Apple's SDK
- Host: GitHub
- URL: https://github.com/jaz303/swift-cli
- Owner: jaz303
- Created: 2014-06-03T09:22:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-03T09:36:03.000Z (over 10 years ago)
- Last Synced: 2024-05-31T21:01:59.848Z (6 months ago)
- Language: Swift
- Size: 129 KB
- Stars: 25
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swift-cli
Use Swift with Xcode in a Makefile-based project.
This is early days yet and I intend to continue experimenting over the next few days. The goal is to make something useful that links to a bunch of C libraries such as libuv and SDL.
## Usage
* Install the Xcode 6 beta into `/Applications`
* `make`The path to `swift` is currently hardcoded in the Makefile.
## REPL
If you run `swift` from the command line it drops you straight into a REPL. Cool? Cool.