How to Build and Test

MastodonKit uses the Swift Package Manager and can be built and tested using the following commands:

$ git clone https://github.com/MastodonKit/MastodonKit.git
$ cd MastodonKit
$ swift build
$ swift test

If you prefer, Swift Package Manager can create an Xcode Project:

$ swift package generate-xcodeproj
$ open MastodonKit.xcodeproj