Back to Quick

Installing Quick File Templates

Documentation/en-us/InstallingFileTemplates.md

7.6.2691 B
Original Source

Installing Quick File Templates

The Quick repository includes file templates for both Swift and Objective-C specs.

Alcatraz

Quick templates can be installed via Alcatraz, a package manager for Xcode. Just search for the templates from the Package Manager window.

Manually via the Rakefile

To manually install the templates, just clone the repository and run the templates:install rake task:

sh
$ git clone [email protected]:Quick/Quick.git
$ rake templates:install

Uninstalling is easy, too:

sh
$ rake templates:uninstall