neonichu / Azkaban

A CLI to Alcatraz, the Xcode package manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azkaban

Sirius Black, the prisoner of Azkaban

project deprecated

This project is deprecated in favor of Editor Extensions support in Xcode 8+.

A CLI to Alcatraz, the Xcode package manager.

Usage

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

Installation

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

Thanks Orta for the awesome name suggestion and of course, thanks to Supermarin, Delisa and Jurre for making Alcatraz.

Help needed

Follow @NeoNacho to help me beat @orta in followers count.

About

A CLI to Alcatraz, the Xcode package manager.

License:MIT License


Languages

Language:Swift 81.7%Language:Makefile 18.3%