onsi / ginkgo

A Modern Testing Framework for Go
http://onsi.github.io/ginkgo/
MIT License
8.22k stars 650 forks source link

Enh to bootstrap templates - define a well known path as the default. #1260

Open james-lawrence opened 1 year ago

james-lawrence commented 1 year ago

it'd be handy to have a reasonable default for the template file. I've been using the following command but its tiresome to type/remember.

ginkgo bootstrap --template $(dirname $(go env GOMOD))/.ginkgo/default.tmpl