https://github.com/testground/plan-templates
https://github.com/testground/plan-templates
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/testground/plan-templates
- Owner: testground
- Created: 2020-04-28T20:54:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T16:59:09.000Z (about 4 years ago)
- Last Synced: 2024-06-20T03:26:26.837Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testground plan templates
Templates for `testground plan create`
## Issues
Please report issues in the testground/testground repo.
## description:
This package contains template files as `go mod` compatible assets.
These are the tempalates used by the command `testground plan create`
## Adding new templates
* Create a new directory using the format -templates
* generate `pkged.go` using the [pkger](https://github.com/markbates/pkger) with the -include flag
* double-check yourself, by running `go run main.go` from the root of this repository.