Helper library for writing Woodpecker CI plugins
Go to file
renovate[bot] 2a7e9279ef
fix(deps): update module golang.org/x/net to v0.22.0 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-06 14:42:47 +01: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 feat: add template func ToSentence (#49) 2024-01-02 22:21:53 +01:00
file feat: add file helper functions (#55) 2024-02-09 09:38:23 +01:00
plugin chore(deps): update dependency golangci/golangci-lint to v1.56.1 (#56) 2024-02-12 09:25:15 +01:00
tag chore: move tag helpers to tag package (#36) 2023-12-05 10:03:18 +01:00
template feat: add template func ToSentence (#49) 2024-01-02 22:21:53 +01:00
trace feat: add cmd trace method (#47) 2024-01-01 21:42:17 +01: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 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.56.2 2024-02-19 04:42:09 +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.22.0 (#58) 2024-03-06 14:42:47 +01:00
go.sum fix(deps): update module golang.org/x/net to v0.22.0 (#58) 2024-03-06 14:42:47 +01: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.