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
- Host: GitHub
- URL: https://github.com/drone/boilr-plugin
- Owner: drone
- License: other
- Created: 2020-09-17T21:28:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T17:00:59.000Z (about 1 year ago)
- Last Synced: 2025-06-17T18:19:53.837Z (about 1 year ago)
- Language: Go
- Size: 15.6 KB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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":
```