No description
  • Go 82.7%
  • Go Template 9.9%
  • Shell 5%
  • Dockerfile 2.4%
Find a file
2022-02-04 12:03:46 -05:00
template Update util.go 2022-02-04 12:03:46 -05:00
LICENSE.md initial commit 2020-09-17 17:29:32 -04:00
project.json initial commit 2020-09-17 17:29:32 -04:00
README.md Update README.md 2020-10-06 16:44:42 -04:00

boilr-plugin

This is a boilr template for creating a pipeline plugin. Use a pipeline plugin to create and share re-usable pipeline steps. Get started by installing the template:

$ boilr template download drone/boilr-plugin drone-plugin

create a project in directory my-plugin:

$ boilr template use drone-plugin my-plugin

enter the docker registry name for this project:

[?] Please choose a value for "DockerRepository" [default: "owner/name"]:

enter the go module name:

[?] Please choose a value for "GoModule" [default: "github.com/owner/name":