Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaishin/swiftui.directory
The source of SwiftUI Directory
https://github.com/kaishin/swiftui.directory
libraries resources search swiftui
Last synced: 4 months ago
JSON representation
The source of SwiftUI Directory
- Host: GitHub
- URL: https://github.com/kaishin/swiftui.directory
- Owner: kaishin
- License: mit
- Created: 2019-09-16T21:29:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T15:46:33.000Z (over 3 years ago)
- Last Synced: 2023-03-22T22:13:51.512Z (almost 2 years ago)
- Topics: libraries, resources, search, swiftui
- Language: JavaScript
- Homepage: https://swiftuidir.redalemeden.com
- Size: 1.76 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftUI Directory
This repository hosts the Gatsby site and data used to generate [SwiftUI Directory](http://swiftui.directory).
## Suggest New Package
You are welcome to open an issue or a pull-request to suggest new libraries.
### Checklist
Before you suggest any new libraries, make sure they fulfill the following criteria:
- The library introduces new or improves on existing SwiftUI functionality.
- The library has a proper open-source license.
- The library supports the Swift Package Manager.### Issues
Use the issue template to suggest a new library.
### Pull Requests
If you want to open a PR instead, it's preferable that you clone the repository and follow these steps:
```
npm install
npm run generate
```
Then follow the instructions.