Helper library for writing Woodpecker CI plugins
Go to file
Robert Kaussow d464eb9f3f
fix gitignore
2023-08-22 22:24:13 +02:00
.chglog refactor: initial commit after rewrite to woodpecker 2023-08-11 12:27:16 +02:00
.github [skip ci] fix github tags 2023-08-15 23:16:08 +02:00
.woodpecker unify ci 2023-08-22 09:46:01 +02:00
plugin feat: add option to pass custom args to cli app (#19) 2023-08-21 11:04:35 +02:00
template feat: add template helper (#28) 2023-02-08 13:42:55 +01:00
trace feat: add network struct to expose http client and options (#12) 2023-08-15 22:46:42 +02:00
types feat: add custom cli types for string maps (#18) 2023-08-19 15:25:53 +02:00
.dictionary fix spellcheck (#4) 2023-08-11 21:57:46 +02:00
.gitignore fix gitignore 2023-08-22 22:24:13 +02:00
.golangci.yml bump golang to v1.21 (#17) 2023-08-19 15:17:54 +02:00
.markdownlint.yml initial commit after fork 2022-05-03 22:03:37 +02:00
.prettierignore refactor: initial commit after rewrite to woodpecker 2023-08-11 12:27:16 +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 bump golang to v1.21 (#17) 2023-08-19 15:17:54 +02:00
README.md feat: expose cli context (#10) 2023-08-13 22:03:55 +02:00
go.mod bump golang to v1.21 (#17) 2023-08-19 15:17:54 +02:00
go.sum fix(deps): update module github.com/urfave/cli/v2 to v2.25.7 (#5) 2023-08-11 22:32:09 +02:00
renovate.json initial commit after fork 2022-05-03 22:03:37 +02:00

README.md

wp-plugin-go

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

Helper library to reduce the boilerplate code for writing Woodpecker CI plugins.

Usage

Download the package

go get -d github.com/thegeeklab/wp-plugin-go

Import the package

import "github.com/thegeeklab/wp-plugin-go"

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.