As a user I want to be able to pass a git repository instead of a template.yml file so that I can maintain my own templates and make use of community templates.
use:
$ mkdir HappyDance && cd HappyDance
$ genesis generate https://github.com/thecb4/GenesisTemplate
It should allow for http || https || git protocols
It should download to a common folder (~/.genesis)
As a user I want to be able to pass a git repository instead of a template.yml file so that I can maintain my own templates and make use of community templates.
use: