Skip to content

An API for generating new git repositories with projects generated from templates.

License

Notifications You must be signed in to change notification settings

att-cloudnative-labs/template-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"