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

https://github.com/drone/boilr-plugin

boilr template for creating Drone plugins
https://github.com/drone/boilr-plugin

Last synced: 5 months ago
JSON representation

boilr template for creating Drone plugins

Awesome Lists containing this project

README

          

# boilr-plugin

This is a [boilr template](https://github.com/tmrts/boilr) for creating a pipeline plugin. Use a pipeline plugin to create and share re-usable pipeline steps. Get started by installing the template:

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

create a project in directory my-plugin:

```console
$ boilr template use drone-plugin my-plugin
```

enter the docker registry name for this project:

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

enter the go module name:

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