Popularity
0.6
Stable
Activity
0.0
Stable
19
0
1

Programming language: Swift
Tags: Xcode     Other Xcode    
Latest version: v1.0.0

Xcode Template Manager alternatives and similar libraries

Based on the "Other Xcode" category.
Alternatively, view Xcode Template Manager alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Xcode Template Manager or a related project?

Add another 'Other Xcode' Library

README

NO LONGER MAINTAINED

Xcode Template Manager

Xcode Template Manager is a Swift command line tool that helps your manage your Xcode project templates.

How to Install

Install with the Installer

Run the following command in your Terminal application:

curl -fsSL https://raw.githubusercontent.com/Camji55/xtm/master/Install%20Scripts/install.sh | sudo sh

Install Manually

  1. Download or clone this repository
git clone https://github.com/Camji55/xtm.git
  1. Copy xtm from the xtm/Source/xtm folder to...
/usr/local/bin

If you have any issues with the install create an issue here.

How to Uninstall

Uninstall with the Uninstaller

Run the following command in your Terminal application:

curl -fsSL https://raw.githubusercontent.com/Camji55/xtm/master/Install%20Scripts/uninstall.sh | sudo sh

Uninstall Manually

  1. Delete xtm from...
/usr/local/bin

If you have any issues with the uninstall create an issue here.

How to Use

To view all commands type xtm -h or xtm --help in the terminal after it has been installed.

Want your template on xtm?

All you need to do is make sure that the template.xctemplate is in the root folder of it's repository, and add a version.txt inside of the xctemplate folder with a 3 point version number. (Ex. 1.0.0)

Here is an example template that meets these requirements.

Contributions

Feel free to submit issues and pull requests.

Licence

Xcode Template Manager is licenced under the MIT licence. See Licence for more info.

Made with โค๏ธ by Cameron Ingham