Go to file
Robert Kaussow a45a5c4307
add deprecation notice
2023-08-29 21:37:15 +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
.gitignore initial commit after fork 2022-05-03 22:03:37 +02:00
.golangci.yml chore(deps): update dependency golangci/golangci-lint to v1.53.2 (#42) 2023-06-05 09:52:13 +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 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 dependency golangci/golangci-lint to v1.54.2 2023-08-28 03:55:25 +00:00
README.md add deprecation notice 2023-08-29 21:37:15 +02:00
go.mod fix(deps): update module github.com/urfave/cli/v2 to v2.25.5 (#41) 2023-06-05 10:14:30 +02:00
go.sum fix(deps): update module github.com/urfave/cli/v2 to v2.25.5 (#41) 2023-06-05 10:14:30 +02:00

README.md

drone-plugin-lib

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

DISCONTINUED: As I don't use Drone CI anymore, this project is unmaintained. If you are interested in a free and open source CI system check out Woodpecker CI.

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.