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. -
R.swift
Strong typed, autocompleted resources like images, fonts and segues in Swift projects -
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! -
Dollar
A functional tool-belt for Swift Language similar to Lo-Dash or Underscore.js in Javascript -
swift-protobuf
Plugin and runtime library for using protobuf with Swift -
EZSwiftExtensions
:smirk: How Swift standard types and classes were supposed to work. -
DifferenceKit
๐ป A fast and flexible O(n) difference algorithm framework for Swift collection. -
DeepDiff
๐ฆAmazingly incredible extraordinary lightning fast diffing in Swift -
Device
Light weight tool for detecting the current device and screen size written in swift. -
SwiftLinkPreview
It makes a preview from an URL, grabbing all the information such as title, relevant texts and images. -
WhatsNew
Showcase new features after an app update similar to Pages, Numbers and Keynote. -
Codextended
Extensions giving Swift's Codable API type inference super powers ๐ฆธโโ๏ธ๐ฆนโโ๏ธ -
SwiftyJSONAccelerator
macOS app to generate Swift 5 code for models from JSON (with Codeable) -
Playbook
๐A library for isolated developing UI components and automatically taking snapshots of them. -
ReadabilityKit
Preview extractor for news, articles and full-texts in Swift -
Compass
:earth_africa: Compass helps you setup a central navigation system for your application -
ObjectiveKit
Swift-friendly API for a set of powerful Objective C runtime functions. -
Bow
๐น Bow is a cross-platform library for Typed Functional Programming in Swift -
Pythonic.swift
Pythonic tool-belt for Swift โ a Swift implementation of selected parts of Python standard library. -
BetterSafariView
A better way to present a SFSafariViewController or start a ASWebAuthenticationSession in SwiftUI. -
Prototope
Swift library of lightweight interfaces for prototyping, bridged to JS.
Appwrite - The Open Source Firebase alternative introduces iOS support
* 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 ๐ฎ