A command line tool to easily install and browse Xcode templates.
The general invocation syntax for xtrail is as follows:
xtrail <subcommand>xtrail install <template-directory> [--type <type>] [--name <name>] [--verbose]
To install the Xcode Template, use the install command. You can also generate a symbolic link by specifying link for type. By default, the directory specified in the argument will be installed as is, you can use name to save it as an alias.
xtrail uninstall <name> [--verbose]
Use the uninstall command to remove the template from the template directory. The name is the name of the template folder. You can check it with the list command.
xtrail list
Use the list command to display the list of installed templates.
brew install tosaka07/tap/xtrailmint install tosaka07/XTrailgit clone https://github.com/tosaka07/XTrail.git
make installYou can install shell completion scripts. For more information, here.
xtrail --generate-completion-script bash
open project with Xcode
open -a Xcode.app .Local build
$ make build-debug
$ ./build/debug/xtrail ...
Release build
$ make buildMIT