Helper library for writing Woodpecker CI plugins
Go to file
Robert Kaussow dc650151de
use uppercase title for breaking changes in changelog
2023-10-28 22:59:47 +02:00
.github [skip ci] fix github tags 2023-08-15 23:16:08 +02:00
.gitsv use uppercase title for breaking changes in changelog 2023-10-28 22:59:47 +02:00
.woodpecker ci: fix changelog generation for tag events (#27) 2023-10-17 14:03:29 +02:00
plugin fix: fix commit message split and add test (#22) 2023-09-03 22:00:06 +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 chore(deps): update dependency golangci/golangci-lint to v1.55.0 2023-10-23 04:20:55 +00:00
README.md feat: expose cli context (#10) 2023-08-13 22:03:55 +02:00
go.mod fix(deps): update module golang.org/x/net to v0.17.0 [security] (#25) 2023-10-17 00:42:20 +02:00
go.sum fix(deps): update module golang.org/x/net to v0.17.0 [security] (#25) 2023-10-17 00:42:20 +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.