What is a good way to discover available Swift Packages that work with Swift Package Manager and that I can import in my own Swift package?
https://swiftmodules.com/ seems to be down and IBM deprecated Swift Package Catalog (IBM Developer)
What is a good way to discover available Swift Packages that work with Swift Package Manager and that I can import in my own Swift package?
https://swiftmodules.com/ seems to be down and IBM deprecated Swift Package Catalog (IBM Developer)
Found some info on that on StackOverflow
https://github.com/Ether-CLI/Ether
Ether is pretty nice. It searches github to find packages.
Thanks @twof. This is exactly what I was looking for.
Thank you @Helge_Hess1