Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 829 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 829 Bytes

Genesis Template API

Go Report Card Build Status

Parses .genesis.yml files and builds project from templates.

Example cmd usage:

user$ template-api  --targetProjectKey KEY \
                    --targetRepoSlug myrepo \
                    --targetRepoFunctionalDomain domainkey \
                    --targetRepoProjectName test-genesis-proj \
                    --templateProjectName "My Project" \
                    --templateName "My Template" \
                    --options "option1=hello,option2=world"