swiftyfinch / Pods

๐ŸŒฑ Cozy pods install.

Home Page:https://swiftyfinch.github.io/en/2020-05-23-cozy-pod-install/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐ŸŒฑ Cozy Pod Install



Using CocoaPods in a more convenient way โ˜•๏ธ

๐Ÿฆ„ Automagically adding prefix bundle exec if Gemfile is found
๐Ÿš‘ Handling Bundler missing gems error โ†’ bundle install
๐Ÿš‘ Handling CocoaPods out-of-date source repos error โ†’ pod repo update
๐ŸŒ You don't need to manually sync all your aliases between all macs
โœจ Output fancy log and animations
๐Ÿ”” Playing bell sound in the end
๐Ÿš€ Swiftish!

That utility helps me a lot. I wonder if there is somebody who finds it useful too.
It's the Swift version of my older repository ๐ŸŒฑ Pods Install
You can read ๐Ÿ“– more in my blog.

Download binary with Homebrew ๐Ÿบ

brew tap swiftyfinch/Pods https://github.com/swiftyfinch/Pods.git
brew install pods

Quick start with Mint ๐ŸŒฑ

brew install mint
mint install swiftyfinch/pods

# Now on Mint 0.17.0 you'll need to add ~/.mint/bin to your $PATH
# For example, add this to your ~/.zshrc file and relaunch terminal
export PATH=$HOME/.mint/bin:$PATH

Watch ๐ŸŽฌ installation demo
It's from my another project, but the idea is the pretty same.

How to use ๐Ÿˆ

Run in your project directory instead of pod install:

pods install
# or just
pods

pods "update Alamofire Snapkit"
# or any subcommand
pods "<subcommand>"
# or in quiet mode (like in demo video)
pods -q

Author

Feel free to contact me ๐Ÿ“ฎ

About

๐ŸŒฑ Cozy pods install.

https://swiftyfinch.github.io/en/2020-05-23-cozy-pod-install/

License:MIT License


Languages

Language:Swift 71.0%Language:Ruby 23.3%Language:Makefile 5.8%