This is a boilr template for creating an environment variable extension. Use an environment variable extension to provide custom environment variables to your pipelines. Get started by cloning the project and installing the template:
$ boilr template download drone/boilr-environ drone-environ
create a project in directory my-environ:
$ boilr template use drone-environ my-environ
enter the docker registry name for this project:
[?] Please choose a value for "DockerRepository" [default: "foo/bar"]:
enter the go module name:
[?] Please choose a value for "GoModule" [default: "github.com/foo/bar":