xctemplate¶ ↑
A Xcode template manager.
Requirements¶ ↑
-
Swift 5.2
-
Xcode 11.4 or later
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