Why I created Rock for Swift CLIs

1 · Valentin Knabel · Feb. 22, 2017, midnight
I excessively make use of the official Swift Package Manager as I usually do some CLIs or other stuff. For this use case it is really great. When developing Apps, Carthage and CocoaPods come in handy, which are great, too. For Web Development there are yarn and NPM, which support project based and global installs. Then there are gem (global) and bundler (project) for ruby based dependencies. What I missed was an easy way of distribution for Swift CLIs for either projects or globally. Homebrew is...