JohnSundell / TestDrive
- воскресенье, 30 апреля 2017 г. в 03:13:07
Swift
Quickly try out any Swift pod or framework in a playground
With Test Drive, you can quickly try out any Swift pod or framework in a playground. Simply run testdrive
followed by the name of a pod, or the URL to a Git repository, and you will have a playground generated for you in no time!
Features
$ testdrive Unbox
$ testdrive git@github.com:johnsundell/files.git
$ testdrive Unbox Wrap
$ testdrive Unbox -p tvOS
The easiest way to install Test Drive is using Marathon:
$ git clone git@github.com:JohnSundell/TestDrive.git
$ marathon install TestDrive/Sources/TestDrive.swift
You can also install it using the Swift Package Manager:
$ git clone git@github.com:JohnSundell/TestDrive.git
$ cd TestDrive
$ swift build -c release -Xswiftc -static-stdlib
$ cp -f .build/release/TestDrive /usr/local/bin/testdrive