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.
-
Xcode Developer Disk Images
Quick fix your Xcode with the missing developer disk images. iOS, tvOS, watchOS files available. -
Sample Project
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject -
awesome-gitignore-templates
A curated collection of useful gitignore templates for different programming languages while pushing your code to git. ๐ ๐ -
dsnip
Tool to generate (native) Xcode code snippets from all protocols/delegate methods of UIKit (UITableView, ...) -
Xcode Keymap for Visual Studio Code
This extension ports popular Xcode keyboard shortcuts to Visual Studio Code.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Xcode Template Manager or a related project?
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
- Download or clone this repository
git clone https://github.com/Camji55/xtm.git
- 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
- 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