mirror of
https://github.com/thegeeklab/wp-plugin-go.git
synced 2024-11-21 14:10:39 +00:00
Helper library for writing Woodpecker CI plugins
0d8e847b60
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.chglog | ||
.github | ||
drone | ||
template | ||
trace | ||
urfave | ||
.dictionary | ||
.drone.yml | ||
.gitignore | ||
.golangci.yml | ||
.markdownlint.yml | ||
.prettierignore | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md | ||
renovate.json |
drone-plugin-lib
Helper library to reduce the boilerplate code for writing Drone CI plugins.
Usage
Download the package
go get -d github.com/thegeeklab/drone-plugin-lib/v2/errors
go get -d github.com/thegeeklab/drone-plugin-lib/v2/urfave
go get -d github.com/thegeeklab/drone-plugin-lib/v2/drone
Import the package
import "github.com/thegeeklab/drone-plugin-lib/v2/errors"
import "github.com/thegeeklab/drone-plugin-lib/v2/urfave"
import "github.com/thegeeklab/drone-plugin-lib/v2/drone"
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.