Helper library for writing Woodpecker CI plugins
Go to file
Robert Kaussow 5dce9de670
feat: add cmd trace method (#47)
2024-01-01 21:42:17 +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 use list style synatx and cleanup (#43) 2023-12-23 23:43:58 +01:00
docs fix: dont add none-plugin flags to docs (#46) 2024-01-01 18:07:31 +01:00
plugin fix: remove workaround for missing pipeline url (#38) 2023-12-06 10:14:10 +01:00
tag chore: move tag helpers to tag package (#36) 2023-12-05 10:03:18 +01:00
template feat: add sprig template functions to docs helper (#41) 2023-12-21 11:15:41 +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 feat: add sprig template functions to docs helper (#41) 2023-12-21 11:15:41 +01:00
README.md feat: expose cli context (#10) 2023-08-13 22:03:55 +02:00
go.mod feat: generate required and type information for docs (#45) 2024-01-01 17:54:09 +01:00
go.sum feat: generate required and type information for docs (#45) 2024-01-01 17:54:09 +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.