dhpollack / drone-plugin-lib

Helper library for writing Drone CI plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/dhpollack/drone-plugin-lib/v2/errors
go get -d github.com/dhpollack/drone-plugin-lib/v2/urfave
go get -d github.com/dhpollack/drone-plugin-lib/v2/drone

Import the package

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

About

Helper library for writing Drone CI plugins

License:Apache License 2.0


Languages

Language:Go 94.4%Language:Makefile 5.6%