Go to file
Robert Kaussow 5f5cc89efb
fix: fix global urfave category flags (#29)
2023-02-08 14:07:32 +01: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 refactor: add more linters and fix findings (#27) 2023-02-08 10:16:01 +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 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 refactor: add more linters and fix findings (#27) 2023-02-08 10:16:01 +01:00
README.md docs: fix spelling in readme 2022-07-12 09:12:38 +02:00
go.mod feat: add template helper (#28) 2023-02-08 13:42:55 +01:00
go.sum feat: add template helper (#28) 2023-02-08 13:42:55 +01: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.