0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-09-21 08:12:44 +02:00
Helper library for writing Woodpecker CI plugins
Go to file
renovate[bot] e26758f214
fix(deps): update module github.com/urfave/cli/v2 to v2.25.7 (#5)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-11 22:32:09 +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
template feat: add template helper (#28) 2023-02-08 13:42:55 +01:00
woodpecker refactor: initial commit after rewrite to woodpecker 2023-08-11 12:27:16 +02: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
go.mod fix(deps): update module github.com/urfave/cli/v2 to v2.25.7 (#5) 2023-08-11 22:32:09 +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
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 refactor: initial commit after rewrite to woodpecker 2023-08-11 12:27:16 +02:00
renovate.json initial commit after fork 2022-05-03 22:03:37 +02:00

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/woodpecker

Import the package

import "github.com/thegeeklab/wp-plugin-go/woodpecker"

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.