You must have vapor toolbox installed to use this template, at least it helps.
Assuming you have Xcode installed, or swift setted up on your machine, run:
brew tap vapor/tap
brew install vapor/tap/vapor
Assuming you have swift installed and configured on your machine, follow the following steps to install vapor
Add APT repo
eval "$(curl -sL https://apt.vapor.sh)"
Install vapor
sudo apt-get install swift vapor
Vapor toolbox allows to start a new project by cloning a template
vapor new <service name> --template=youclap/vapor-template
To open the project in xcode, you have to generate a project
vapor xcode
which basicaly calls swift package generate-xcodeproj
Configuring the repository to use versioned hooks
git config --local include.path ../.gitconfig
On going... 🚧
With ❤️ from YouClap Development team