https://github.com/att-cloudnative-labs/template-api
An API for generating new git repositories with projects generated from templates.
https://github.com/att-cloudnative-labs/template-api
Last synced: 6 months ago
JSON representation
An API for generating new git repositories with projects generated from templates.
- Host: GitHub
- URL: https://github.com/att-cloudnative-labs/template-api
- Owner: att-cloudnative-labs
- License: mit
- Created: 2019-05-22T21:56:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T17:19:51.000Z (over 5 years ago)
- Last Synced: 2025-04-09T21:43:56.192Z (about 1 year ago)
- Language: Go
- Size: 42 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Genesis Template API
[](https://goreportcard.com/report/github.com/att-cloudnative-labs/template-api)
[](https://travis-ci.org/att-cloudnative-labs/template-api)
#
Parses .genesis.yml files and builds project from templates.
# Example cmd usage:
```bash
user$ template-api --targetProjectKey KEY \
--targetRepoSlug myrepo \
--targetRepoFunctionalDomain domainkey \
--targetRepoProjectName test-genesis-proj \
--templateProjectName "My Project" \
--templateName "My Template" \
--options "option1=hello,option2=world"
```