yonaskolb / Mint

A package manager that installs and runs executable Swift packages
MIT License
2.28k stars 122 forks source link

Add xcbeautify to the compatible packages #139

Closed thii closed 5 years ago

thii commented 5 years ago

Hi! It would be nice to have xcbeautify in the list of compatible packages.

imaizume commented 4 years ago

@yonaskolb Do you think of providing alternative way to aggregate all of mint compatible libraries? e.g. cocoapods.org It would be burden for you to update the information latest and for users to search necessary ones... 😓

toshi0383 commented 4 years ago

Almost all Swift Packages are mint compatible anyways?🤔 (so I don't think we officially need one.)

yonaskolb commented 4 years ago

Yeah, I was thinking of actually taking that section out. Another resource could be used to find all Swift packages that vend executable products. My hope is that something like https://swiftpm.co will add a search filter for executables. It currently display whether a package has an executable (https://swiftpm.co/?query=xcodegen) but there's no way to see ALL the packages that have executables

yonaskolb commented 4 years ago

I've opened an issue here to track being able to filter packages by executable https://github.com/daveverwer/SwiftPMLibrary/issues/198