Go to file
Robert Kaussow 0a9d469dff
fix v2 imports
2022-05-29 13:41:22 +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 initial commit after fork 2022-05-03 22:03:37 +02:00
README.md fix v2 imports 2022-05-29 13:41:22 +02:00
go.mod bump major version in go mod 2022-05-29 13:34:04 +02:00
go.sum fix(deps): update module github.com/urfave/cli/v2 to v2.8.1 (#4) 2022-05-29 12:37:06 +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 goes 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.