An open API service indexing awesome lists of open source software.

https://github.com/testground/plan-templates


https://github.com/testground/plan-templates

Last synced: 5 months ago
JSON representation

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.