Go to file
Thomas Boerger c46cfdde19
Better separation of network, logging and pipeline
I have reverted some last changes to get logging and network extraction
from context separated from the pipeline again as it has been before.
Feels much better to have it separated within the generated plugins.
2020-01-20 22:58:54 +01:00
.github Restructure the code accross more files 2019-12-21 21:55:01 +01:00
drone Better separation of network, logging and pipeline 2020-01-20 22:58:54 +01:00
trace Restructure the code accross more files 2019-12-21 21:55:01 +01:00
urfave Better separation of network, logging and pipeline 2020-01-20 22:58:54 +01:00
.drone.yml Restructure the code accross more files 2019-12-21 21:55:01 +01:00
.gitignore Restructure the code accross more files 2019-12-21 21:55:01 +01:00
.mailmap Restructure the code accross more files 2019-12-21 21:55:01 +01:00
AUTHORS Restructure the code accross more files 2019-12-21 21:55:01 +01:00
LICENSE Initial commit 2019-09-05 15:37:02 -07:00
README.md Add description and badges to readme 2019-12-21 22:01:33 +01:00
go.mod Update module urfave/cli/v2 to v2.1.1 (#8) 2020-01-03 12:49:21 -08:00
go.sum Update module urfave/cli/v2 to v2.1.1 (#8) 2020-01-03 12:49:21 -08:00

README.md

drone-plugin-lib

Build Status Gitter chat Join the discussion at https://discourse.drone.io Drone questions at https://stackoverflow.com Go Doc Go Report

Helpers to reduce the biolerplate code for writing Drone CI plugins.