Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

Allow for git repositories

Open thecb4 opened this issue 7 years ago • 0 comments

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
  1. It should allow for http || https || git protocols
  2. It should download to a common folder (~/.genesis)

thecb4 avatar Jun 06 '18 00:06 thecb4