JamitLabs / Accio

A dependency manager driven by SwiftPM that works for iOS/tvOS/watchOS/macOS projects.
MIT License
660 stars 32 forks source link

Mint support #46

Closed AlexisQapa closed 5 years ago

AlexisQapa commented 5 years ago

Mint is package manager targeting command line tools written in swift. https://github.com/yonaskolb/Mint. Adding support should not be difficult I think and this tools is quite convenient compared to brew to manage those kind of tools.

Jeehut commented 5 years ago

Accio is a SwiftPM-based command line tool. Therefore it should automatically work with Mint out of the box. Back then when I first developed Accio, it wasn't compatible due to SwiftSyntax not linking correctly. But since Swift 5 linking has changed and it should work, I guess. Did you try?

One thing we could do is to document the support in the README. Feel free to post a PR for that! ;)

AlexisQapa commented 5 years ago

Didn't had time to try but will definitely. I'll open a PR