Skip to content

shadone/LemmyKit

Repository files navigation

LemmyKit

Swift versions Platforms Documentation

Swift API for Lemmy. This package was made primarily for Spud app.

Development

Install mint

We use mint tool to run Swift cli packages such as SwiftGen.

brew install mint

Then install the cli packages that we use as part of the build process.

mint bootstrap

SwiftFormat

To format the code run mint run swiftformat .