xctemplate

A Xcode template manager.

Requirements

Installation

Homebrew

Run the following command to install using Homebrew:

$ brew install fabernovel/formulae/xctemplate

(this will also install the cmake dependency)

To uninstall it:

$ brew uninstall xctemplate

Manually

Run the following commands to build and install manually:

$ git clone https://github.com/faberNovel/xctemplate-cli
$ cd xctemplate-cli
$ make install

Usage

Contributing

To test

make install