This project is deprecated in favor of Editor Extensions support in Xcode 8+.
A CLI to Alcatraz, the Xcode package manager.
Install a plugin listed on Alcatraz Packages:
$ azkaban install FixCode
[...]
Installed FixCodeUninstall a plugin:
$ azkaban uninstall BBUFullIssueNavigator
Uninstalled BBUFullIssueNavigatorUpdate all installed plugins:
$ azkaban updateList installed plugins:
$ azkaban list
BBUDebuggerTuckAway
ClangFormat
GitDiff
KSImageNamed
OMColorSenseYou can also install a plugin via its repository URL for testing:
$ azkaban install https://github.com/johnno1962/Refactorator
Installed RefactoratorYou can install Azkaban via Homebrew:
$ brew install neonichu/formulae/azkabanYou will need to have Swift 2.2 installed already for the installation to work.
Thanks Orta for the awesome name suggestion and of course, thanks to Supermarin, Delisa and Jurre for making Alcatraz.