Go to file
renovate[bot] ffb10d13dd
fix(deps): update module github.com/urfave/cli/v2 to v2.25.4 (#39)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-29 11:39:40 +02:00
.chglog initial commit after fork 2022-05-03 22:03:37 +02:00
.github fix worind in readme and adjust repo config 2022-07-21 09:48:01 +02:00
drone refactor: add more linters and fix findings (#27) 2023-02-08 10:16:01 +01:00
template feat: add template helper (#28) 2023-02-08 13:42:55 +01:00
trace refactor: add more linters and fix findings (#27) 2023-02-08 10:16:01 +01:00
urfave fix: fix global urfave category flags (#29) 2023-02-08 14:07:32 +01:00
.dictionary fix spellcheck 2022-05-03 22:09:18 +02:00
.drone.yml fix drone-matrix template 2023-02-08 17:04:33 +01:00
.gitignore initial commit after fork 2022-05-03 22:03:37 +02:00
.golangci.yml refactor: add more linters and fix findings (#27) 2023-02-08 10:16:01 +01: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 fix bare url in contribution file (#36) 2023-05-03 11:51:23 +02:00
LICENSE initial commit after fork 2022-05-03 22:03:37 +02:00
Makefile chore(deps): update golang devdeps non-major 2023-04-10 06:00:00 +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.25.4 (#39) 2023-05-29 11:39:40 +02:00
go.sum fix(deps): update module github.com/urfave/cli/v2 to v2.25.4 (#39) 2023-05-29 11:39:40 +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.