You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
.chglog | 9 months ago | |
.github | 7 months ago | |
drone | 3 months ago | |
trace | 9 months ago | |
urfave | 8 months ago | |
.dictionary | 9 months ago | |
.drone.yml | 6 months ago | |
.gitignore | 9 months ago | |
.golangci.yml | 9 months ago | |
.markdownlint.yml | 9 months ago | |
.prettierignore | 9 months ago | |
CONTRIBUTING.md | 9 months ago | |
LICENSE | 9 months ago | |
Makefile | 3 weeks ago | |
README.md | 7 months ago | |
go.mod | 2 months ago | |
go.sum | 2 months ago | |
renovate.json | 9 months 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.