Rugby alternatives and similar libraries
Based on the "Utility" category.
Alternatively, view Rugby alternatives based on common mentions on social networks and blogs.
-
SwifterSwift
A handy collection of more than 500 native Swift extensions to boost your productivity. -
SwiftGen
The Swift code generator for your assets, storyboards, Localizable.strings, โฆ โ Get rid of all String-based APIs! -
SwiftGen-Storyboard
The Swift code generator for your assets, storyboards, Localizable.strings, โฆ โ Get rid of all String-based APIs! -
SwiftLinkPreview
DISCONTINUED. It makes a preview from an URL, grabbing all the information such as title, relevant texts and images. -
Codextended
Extensions giving Swift's Codable API type inference super powers ๐ฆธโโ๏ธ๐ฆนโโ๏ธ -
Playbook
๐A library for isolated developing UI components and automatically taking snapshots of them. -
BetterSafariView
A better way to present a SFSafariViewController or start a ASWebAuthenticationSession in SwiftUI. -
SwiftPlantUML
A command-line tool and Swift Package for generating class diagrams powered by PlantUML -
Pythonic.swift
DISCONTINUED. Pythonic tool-belt for Swift โ a Swift implementation of selected parts of Python standard library.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Rugby or a related project?
Popular Comparisons
README
Motivation
Working on a project with a huge amount of pods I had some troubles:\
-
Slow and unnecessary indexing of pods targets, which implementation I rarely try to edit;\
-
Redundant rebuild time, probably as a result of problems CocoaPods
hooks or Xcode build system;\
-
Freezing UI during navigation.
You can read ๐ full story on my blog.
Description
๐ Rugby
is CLI tool that was developed to solve the above problems:\
+
Cache all pods dependencies and remove their targets from the Pods project;\
+
Rebuild only changed pods;\
+
Remove unnecessary sources from a project and reduce project size;\
+
Drop any unneeded targets with sources and resources by RegEx.
What makes it different?
๐ Not a dependency, just an optional step\ ๐ Doesn't change Podfile and Podfile.lock\ ๐ [Custom steps](Docs/Plans.md)\ ๐ Metrics after each command\ โจ Fancy log output\ ๐ Swiftish!
Ruby alternatives:\
-
PodBuilder\
-
CocoaPods Binary Cache\
-
CocoaPods Binary
Discussions
You can read more about ๐ Rugby in discussions
section.\
Feel free to report any issues or suggest some new feature requests.
Known limitations
-
Not supported WatchOS
SDK
Download binary with Homebrew ๐บ
brew tap swiftyfinch/Rugby https://github.com/swiftyfinch/Rugby.git
brew install rugby
Build from source code with Mint ๐ฑ
brew install mint
mint install swiftyfinch/rugby
Warning: 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
More info about installation with demo ๐ฌ
How to use ๐
Run in your project directory after each pod install:
pod install && rugby
Watch ๐ฌ Basic Usage Demo Read more [about advanced usage](Docs/Plans.md#-generate-example)
Documentation ๐
Command | Description |
---|---|
๐ [Help ](Docs/README.md) |
General Rugby documentation. |
๐ [Cache ](Docs/Cache.md) |
Convert pods to prebuilt dependencies. |
โ๏ธ [Plans ](Docs/Plans.md) |
Run a predefined sequence of commands. |
๐ [Focus ](Docs/Focus.md) |
Keep only selected targets and all their dependencies. |
๐ [Drop ](Docs/Drop.md) |
Remove any targets by RegEx. |
๐ How To |
---|
๐ฌ Installation Demo ๐ฌ Basic Usage Demo ๐ฌ Debug Demo ๐ฌ Rugby Review (ru)
Author
Vyacheslav Khorkov\ Twitter: @SwiftyFinch\ Blog: swiftyfinch.github.io\ Feel free to contact me ๐ฎ