Helper library for writing Woodpecker CI plugins
Go to file
Robert Kaussow c1464f2f07
fix linting
2024-02-12 09:10:04 +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 chore(deps): update docker.io/library/golang docker tag to v1.22 (#53) 2024-02-07 22:34:04 +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 fix linting 2024-02-12 09:10:04 +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.1 2024-02-12 02:02:02 +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.21.0 (#54) 2024-02-08 08:33:37 +01:00
go.sum fix(deps): update module golang.org/x/net to v0.21.0 (#54) 2024-02-08 08:33:37 +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.