Go to file
Robert Kaussow 52c2cb457d
fix spellcheck
2022-05-03 22:09:18 +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
errors Format code 2020-09-10 13:06:29 -07:00
trace initial commit after fork 2022-05-03 22:03:37 +02:00
urfave initial commit after fork 2022-05-03 22:03:37 +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 spellcheck 2022-05-03 22:09:18 +02:00
go.mod initial commit after fork 2022-05-03 22:03:37 +02:00
go.sum initial commit after fork 2022-05-03 22:03:37 +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/drone-plugins/drone-plugin-lib/errors
go get -d github.com/drone-plugins/drone-plugin-lib/urfave
go get -d github.com/drone-plugins/drone-plugin-lib/drone

Import the package

import "github.com/drone-plugins/drone-plugin-lib/errors"
import "github.com/drone-plugins/drone-plugin-lib/urfave"
import "github.com/drone-plugins/drone-plugin-lib/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.