Helper library for writing Woodpecker CI plugins
Go to file
Robert Kaussow be61f319f7
feat: expose cli context (#10)
2023-08-13 22:03:55 +02:00
.chglog refactor: initial commit after rewrite to woodpecker 2023-08-11 12:27:16 +02:00
.github fix required status checks (#3) 2023-08-11 14:53:41 +02:00
.woodpecker fix required status checks (#3) 2023-08-11 14:53:41 +02:00
plugin feat: expose cli context (#10) 2023-08-13 22:03:55 +02:00
template feat: add template helper (#28) 2023-02-08 13:42:55 +01:00
.dictionary fix spellcheck (#4) 2023-08-11 21:57:46 +02:00
.gitignore refactor: initial commit after rewrite to woodpecker 2023-08-11 12:27:16 +02:00
.golangci.yml refactor: initial commit after rewrite to woodpecker 2023-08-11 12:27:16 +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.54.1 (#6) 2023-08-11 22:09:28 +02:00
README.md feat: expose cli context (#10) 2023-08-13 22:03:55 +02:00
go.mod fix module ref (#9) 2023-08-13 14:31:55 +02:00
go.sum fix(deps): update module github.com/urfave/cli/v2 to v2.25.7 (#5) 2023-08-11 22:32:09 +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.