2023-08-11 10:27:16 +00:00
# wp-plugin-go
2019-12-21 21:01:33 +00:00
2023-08-11 10:27:16 +00:00
[![Build Status ](https://ci.thegeeklab.de/api/badges/thegeeklab/wp-plugin-go/status.svg )](https://ci.thegeeklab.de/repos/thegeeklab/wp-plugin-go)
[![Go Report Card ](https://goreportcard.com/badge/github.com/thegeeklab/wp-plugin-go )](https://goreportcard.com/report/github.com/thegeeklab/wp-plugin-go)
[![GitHub contributors ](https://img.shields.io/github/contributors/thegeeklab/wp-plugin-go )](https://github.com/thegeeklab/wp-plugin-go/graphs/contributors)
[![Source: GitHub ](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white )](https://github.com/thegeeklab/wp-plugin-go)
[![License: Apache-2.0 ](https://img.shields.io/github/license/thegeeklab/wp-plugin-go )](https://github.com/thegeeklab/wp-plugin-go/blob/main/LICENSE)
2022-05-03 20:03:37 +00:00
2023-08-11 10:27:16 +00:00
Helper library to reduce the boilerplate code for writing Woodpecker CI plugins.
2022-05-03 20:03:37 +00:00
## Usage
### Download the package
```Shell
2023-08-13 20:03:55 +00:00
go get -d github.com/thegeeklab/wp-plugin-go
2022-05-03 20:03:37 +00:00
```
### Import the package
```Go
2023-08-13 20:03:55 +00:00
import "github.com/thegeeklab/wp-plugin-go"
2022-05-03 20:03:37 +00:00
```
## Contributors
2023-08-11 10:27:16 +00:00
Special thanks to all [contributors ](https://github.com/thegeeklab/wp-plugin-go/graphs/contributors ). If you would like to contribute, please see the [instructions ](https://github.com/thegeeklab/wp-plugin-go/blob/main/CONTRIBUTING.md ).
2022-05-03 20:03:37 +00:00
## License
2023-08-11 10:27:16 +00:00
This project is licensed under the Apache-2.0 License - see the [LICENSE ](https://github.com/thegeeklab/wp-plugin-go/blob/main/LICENSE ) file for details.