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.
-
Synx
A command-line tool that reorganizes your Xcode project folder to match your Xcode groups. -
SBShortcutMenuSimulator
3D Touch shortcuts in the Simulator -
Swift-VIPER-Module
Xcode template for create modules with VIPER Architecture written in Swift 3 -
Xcode Developer Disk Images
Xcode Developer Disk Images is needed when you want to put your build to the device, however sometimes your Xcode is not updated with the latest Disk Images, you could find them here for convenience. -
swift-project-template
Template for iOS Swift project generation. -
ViperC
Xcode template for VIPER Architecture written in Objective-C -
awesome-xcode-scripts
A curated list of useful xcode scripts ๐. -
Sample Project
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject -
XcodeCodeSnippets
A set of code snippets for iOS development, includes code and comments snippets. -
VIPER Module Template
Xcode Template of VIPER Module which generates all layers of VIPER. -
awesome-gitignore-templates
A collection of swift, objective-c, android and many more langugages .gitignore templates ๐. -
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. -
Microfeatures
Architectural approach to structure your Xcode projects.
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
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