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 FixCode
Uninstall a plugin:
$ azkaban uninstall BBUFullIssueNavigator
Uninstalled BBUFullIssueNavigator
Update all installed plugins:
$ azkaban update
List installed plugins:
$ azkaban list
BBUDebuggerTuckAway
ClangFormat
GitDiff
KSImageNamed
OMColorSense
You can also install a plugin via its repository URL for testing:
$ azkaban install https://github.com/johnno1962/Refactorator
Installed Refactorator
You can install Azkaban via Homebrew:
$ brew install neonichu/formulae/azkaban
You 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.