Rugby alternatives and similar libraries
Based on the "Tools" category.
Alternatively, view Rugby alternatives based on common mentions on social networks and blogs.
-
Awesome-Design-Tools
The best design tools and plugins for everything ๐ -
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! -
Lona
A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, and other artifacts. -
Tweaks
An easy way to fine-tune, and adjust parameters for iOS apps in development. -
FBSimulatorControl
idb is a flexible command line interface for automating iOS simulators and devices -
Xcodes.app
The easiest way to install and switch between multiple versions of Xcode - with a mouse click. -
SourceKitten
An adorable little framework and command line tool for interacting with SourceKit. -
GDPerformanceView-Swift
Shows FPS, CPU and memory usage, device model, app and iOS versions above the status bar and report FPS, CPU and memory usage via delegate. -
LicensePlist
A license list generator of all your dependencies for iOS applications -
AppDevKit
AppDevKit is an iOS development library that provides developers with useful features to fulfill their everyday iOS app development needs. -
DBDebugToolkit
Set of easy to use debugging tools for iOS developers & QA engineers. -
ThisCouldBeUsButYouPlaying
:black_joker: Generate Swift Playgrounds for any library. -
iSimulator
iSimulator is a GUI utility to control the Simulator, and manage the app installed on the simulator. -
Blade
Better asset workflow for iOS developers. Generate Xcode image catalogs for iOS / OSX app icons, universal images, and more. -
Realm Browser
DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform. -
Cookiecutter
A template for new Swift iOS / macOS / tvOS / watchOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file -
WatchdogInspector
Shows your current framerate (fps) in the status bar of your iOS app -
SuperDelegate
SuperDelegate provides a clean application delegate interface and protects you from bugs in the application lifecycle -
abandoned-strings
Command line program that detects unused resource strings in an iOS or OS X application. -
fastlane-plugin-appicon
Generate required icon sizes and iconset from a master application icon. -
Shark
Swift CLI for strong-typing images, colors, storyboards, fonts and localizations -
AVXCAssets-Generator
AVXCAssets Generator takes path for your assets images and creates appiconset and imageset for you in just one click -
Swift Package Index
The Swift Package Index is the place to find Swift packages!
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.