Rugby alternatives and similar libraries
Based on the "Utility" category.
Alternatively, view Rugby alternatives based on common mentions on social networks and blogs.
-
R.swift
Strong typed, autocompleted resources like images, fonts and segues in Swift projects -
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! -
swift-protobuf
Plugin and runtime library for using protobuf with Swift -
Dollar
A functional tool-belt for Swift Language similar to Lo-Dash or Underscore.js in Javascript -
DifferenceKit
π» A fast and flexible O(n) difference algorithm framework for Swift collection. -
EZSwiftExtensions
:smirk: How Swift standard types and classes were supposed to work. -
DeepDiff
π¦Amazingly incredible extraordinary lightning fast diffing in Swift -
Device
Light weight tool for detecting the current device and screen size written in swift. -
WhatsNew
Showcase new features after an app update similar to Pages, Numbers and Keynote. -
SwiftLinkPreview
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 π¦ΈββοΈπ¦ΉββοΈ -
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. -
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?
README
Rugby π "Like Ruby but with g"
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\ π Doesn't change Podfile\ π [Custom steps](Docs/Plans.md)\ π Metrics after each command\ β¨ Fancy log output\ π Swiftish!
Ruby alternatives:\
-
CocoaPods Binary\
-
PodBuilder\
-
CocoaPods Binary Cache
Discussions
You can read more about π Rugby in discussions
section.\
Feel free to report any issues or suggest some new feature requests.
Quick start with Mint π±
mint install swiftyfinch/rugby
How to use π
Run in your project directory after each pod install:
pod install && rugby
Or read more [about Plans](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. |
Maybe Roadmap
Author
Vyacheslav Khorkov\ Twitter: @SwiftyFinch\ Blog: swiftyfinch.github.io\ Feel free to contact me for any questions.