Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelesantos/refds-auth


https://github.com/rafaelesantos/refds-auth

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Product Name

One to two paragraph statement about your product and what it does.

## Installation

Add this project to your `Package.swift` file.

```swift
import PackageDescription

let package = Package(
dependencies: [
.package(url: "https://github.com/rafaelesantos/.git", branch: "main")
],
targets: [
.target(
name: "YourProject",
dependencies: [
.product(
name: "",
package: ""),
]),
]
)
```