mirror of
https://github.com/thegeeklab/wp-plugin-go.git
synced 2024-11-21 04:00:40 +00:00
Helper library for writing Woodpecker CI plugins
Robert Kaussow
6be7f2b898
BREAKING CHANGE: `types.Cmd` was moved to `exec.Cmd` and the `Private` field from the struct was removed. The filed `Trace` is now a bool field instead of a bool pointer, and the helper method `SetTrace` was also removed. BREAKING CHANGE: The method `trace.Cmd` was removed, please use the `Trace` field of `exec.Cmd`. |
||
---|---|---|
.github | ||
.gitsv | ||
.woodpecker | ||
docs | ||
exec | ||
file | ||
plugin | ||
slice | ||
tag | ||
template | ||
trace | ||
types | ||
util | ||
.dictionary | ||
.gitignore | ||
.golangci.yml | ||
.markdownlint.yml | ||
.prettierignore | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md | ||
renovate.json |
wp-plugin-go
Helper library to reduce the boilerplate code for writing Woodpecker CI plugins.
Usage
Download the package
go get -d github.com/thegeeklab/wp-plugin-go
Import the package
import "github.com/thegeeklab/wp-plugin-go"
Contributors
Special thanks to all contributors. If you would like to contribute, please see the instructions.
License
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.