Helper library for writing Woodpecker CI plugins
Go to file
renovate[bot] b0a1901a24
fix(deps): update module golang.org/x/net to v0.24.0 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-20 14:27:27 +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 [skip ci] revert renovate automerge config 2024-02-15 12:19:24 +01:00
docs refactor: use test runs and add test case names (#61) 2024-03-11 11:52:52 +01:00
file feat: add slice and file helpers (#62) 2024-03-11 11:57:11 +01:00
plugin refactor: use test runs and add test case names (#61) 2024-03-11 11:52:52 +01:00
slice feat: add slice and file helpers (#62) 2024-03-11 11:57:11 +01:00
tag refactor: use test runs and add test case names (#61) 2024-03-11 11:52:52 +01:00
template refactor: use testify assert (#59) 2024-03-11 09:23:17 +01:00
trace feat: add cmd trace method (#47) 2024-01-01 21:42:17 +01:00
types refactor: use test runs and add test case names (#61) 2024-03-11 11:52:52 +01: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 fix: replace logrus by zerolog (#37) 2023-12-06 09:29:18 +01: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.57.2 2024-04-01 03:51:00 +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.24.0 (#65) 2024-04-20 14:27:27 +02:00
go.sum fix(deps): update module golang.org/x/net to v0.24.0 (#65) 2024-04-20 14:27:27 +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.