Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadone/lemmykit
A Swift client for Lemmy.
https://github.com/shadone/lemmykit
ios lemmy lemmy-api swift swift-package
Last synced: 29 days ago
JSON representation
A Swift client for Lemmy.
- Host: GitHub
- URL: https://github.com/shadone/lemmykit
- Owner: shadone
- License: bsd-2-clause
- Created: 2023-06-21T15:58:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-17T18:15:16.000Z (6 months ago)
- Last Synced: 2024-10-30T17:26:33.377Z (about 2 months ago)
- Topics: ios, lemmy, lemmy-api, swift, swift-package
- Language: Swift
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LemmyKit
[![Swift versions][swift versions badge]][swift versions]
[![Platforms][platforms badge]][platforms]
[![Documentation][documentation badge]][documentation]Swift API for [Lemmy](https://join-lemmy.org).
This package was made primarily for [Spud](https://github.com/shadone/Spud) app.## Development
### Install `mint`
We use [mint](https://github.com/yonaskolb/Mint) tool to run Swift cli packages such as `SwiftGen`.
```sh
brew install mint
```Then install the cli packages that we use as part of the build process.
```sh
mint bootstrap
```### SwiftFormat
To format the code run `mint run swiftformat .`
[swift versions]: https://swiftpackageindex.com/shadone/LemmyKit
[swift versions badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fshadone%2FLemmyKit%2Fbadge%3Ftype%3Dswift-versions
[platforms]: https://swiftpackageindex.com/shadone/LemmyKit
[platforms badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fshadone%2FLemmyKit%2Fbadge%3Ftype%3Dplatforms
[documentation]: https://swiftpackageindex.com/shadone/LemmyKit/main/documentation
[documentation badge]: https://img.shields.io/badge/Documentation-DocC-blue