danger / swift

⚠️ Stop saying "you forgot to …" in code review
https://danger.systems/swift/
MIT License
1.04k stars 135 forks source link

Provide documentation for using danger via swift package manager #102

Open orta opened 5 years ago

orta commented 5 years ago

My gut instinct says to just do it the hard way and recommend that folks use swiftpm to install and run this instead of the home-brew faff.

amadeu01 commented 4 years ago

@orta it is not clear to me how to use swiftpm to run danger. Seems that even after run swift build, it is needed to install danger via homebrew. SwiftPM is merely to fix a version of the Danger?

Please check #336