You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
6 hours ago | |
---|---|---|
.chglog | 1 year ago | |
.github | 11 months ago | |
drone | 4 months ago | |
template | 4 months ago | |
trace | 4 months ago | |
urfave | 4 months ago | |
.dictionary | 1 year ago | |
.drone.yml | 4 months ago | |
.gitignore | 1 year ago | |
.golangci.yml | 7 hours ago | |
.markdownlint.yml | 1 year ago | |
.prettierignore | 1 year ago | |
CONTRIBUTING.md | 1 month ago | |
LICENSE | 1 year ago | |
Makefile | 7 hours ago | |
README.md | 11 months ago | |
go.mod | 6 hours ago | |
go.sum | 6 hours ago | |
renovate.json | 1 year ago |
README.md
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.