Go to file
renovate[bot] 5ea85ea71c
fix(deps): update module github.com/urfave/cli/v2 to v2.11.0 (#9)
2022-07-12 09:16:33 +02:00
.chglog initial commit after fork 2022-05-03 22:03:37 +02:00
.github update drone config 2022-05-03 22:05:50 +02:00
drone initial commit after fork 2022-05-03 22:03:37 +02:00
trace initial commit after fork 2022-05-03 22:03:37 +02:00
urfave fix v2 imports 2022-05-29 13:41:22 +02:00
.dictionary fix spellcheck 2022-05-03 22:09:18 +02:00
.drone.jsonnet initial commit after fork 2022-05-03 22:03:37 +02:00
.drone.yml update drone config 2022-05-03 22:05:50 +02:00
.gitignore initial commit after fork 2022-05-03 22:03:37 +02:00
.golangci.yml initial commit after fork 2022-05-03 22:03:37 +02:00
.markdownlint.yml initial commit after fork 2022-05-03 22:03:37 +02:00
.prettierignore initial commit after fork 2022-05-03 22:03:37 +02:00
CONTRIBUTING.md initial commit after fork 2022-05-03 22:03:37 +02:00
LICENSE initial commit after fork 2022-05-03 22:03:37 +02:00
Makefile chore(deps): update dependency golangci/golangci-lint to v1.46.2 2022-05-30 04:29:07 +00:00
README.md docs: fix spelling in readme 2022-07-12 09:12:38 +02:00
go.mod fix(deps): update module github.com/urfave/cli/v2 to v2.11.0 (#9) 2022-07-12 09:16:33 +02:00
go.sum fix(deps): update module github.com/urfave/cli/v2 to v2.11.0 (#9) 2022-07-12 09:16:33 +02:00
renovate.json initial commit after fork 2022-05-03 22:03:37 +02:00

README.md

drone-plugin-lib

Build Status Go Report Card GitHub contributors Source: GitHub License: Apache-2.0

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.