Helper library for writing Woodpecker CI plugins
Go to file
Robert Kaussow 8816f37595
refactor: initial commit after rewrite to woodpecker
2023-08-11 12:27:16 +02:00
.chglog refactor: initial commit after rewrite to woodpecker 2023-08-11 12:27:16 +02:00
.github refactor: initial commit after rewrite to woodpecker 2023-08-11 12:27:16 +02:00
.woodpecker refactor: initial commit after rewrite to woodpecker 2023-08-11 12:27:16 +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 2022-05-03 22:09:18 +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 refactor: initial commit after rewrite to woodpecker 2023-08-11 12:27:16 +02:00
README.md refactor: initial commit after rewrite to woodpecker 2023-08-11 12:27:16 +02:00
go.mod refactor: initial commit after rewrite to woodpecker 2023-08-11 12:27:16 +02:00
go.sum 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

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