Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.