You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
renovate[bot] 40ce9ed5ae
fix(deps): update module github.com/urfave/cli/v2 to v2.25.5 (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 hours ago
.chglog initial commit after fork 1 year ago
.github fix worind in readme and adjust repo config 11 months ago
drone refactor: add more linters and fix findings (#27) 4 months ago
template feat: add template helper (#28) 4 months ago
trace refactor: add more linters and fix findings (#27) 4 months ago
urfave fix: fix global urfave category flags (#29) 4 months ago
.dictionary fix spellcheck 1 year ago
.drone.yml fix drone-matrix template 4 months ago
.gitignore initial commit after fork 1 year ago
.golangci.yml chore(deps): update dependency golangci/golangci-lint to v1.53.2 (#42) 7 hours ago
.markdownlint.yml initial commit after fork 1 year ago
.prettierignore initial commit after fork 1 year ago
CONTRIBUTING.md fix bare url in contribution file (#36) 1 month ago
LICENSE initial commit after fork 1 year ago
Makefile chore(deps): update dependency golangci/golangci-lint to v1.53.2 (#42) 7 hours ago
README.md docs: fix spelling in readme 11 months ago
go.mod fix(deps): update module github.com/urfave/cli/v2 to v2.25.5 (#41) 6 hours ago
go.sum fix(deps): update module github.com/urfave/cli/v2 to v2.25.5 (#41) 6 hours ago
renovate.json initial commit after fork 1 year ago

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.