wp-plugin-go/README.md

32 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

# wp-plugin-go
2019-12-21 22:01:33 +01: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 22:03:37 +02:00
Helper library to reduce the boilerplate code for writing Woodpecker CI plugins.
2022-05-03 22:03:37 +02:00
## Usage
### Download the package
```Shell
2023-08-13 22:03:55 +02:00
go get -d github.com/thegeeklab/wp-plugin-go
2022-05-03 22:03:37 +02:00
```
### Import the package
```Go
2023-08-13 22:03:55 +02:00
import "github.com/thegeeklab/wp-plugin-go"
2022-05-03 22:03:37 +02:00
```
## Contributors
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 22:03:37 +02:00
## License
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.