0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-10-22 23:30:39 +00:00
Helper library for writing Woodpecker CI plugins
Go to file
renovate[bot] b65e74b7d6
fix(deps): update module github.com/urfave/cli/v2 to v2.27.5 (#108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-15 10:24:12 +02: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.23 (#96) 2024-09-02 07:51:03 +02:00
docs bump major 2024-05-17 10:10:57 +02:00
exec fix: dont handle LookPath in Command wrapper 2024-05-17 11:10:39 +02:00
file feat: add GetUserHomeDir and WriteTmpFile (#78) 2024-05-06 14:27:56 +02:00
plugin bump major 2024-05-17 10:10:57 +02:00
slice feat: add slice and file helpers (#62) 2024-03-11 11:57:11 +01:00
tag refactor: use test runs and add test case names (#61) 2024-03-11 11:52:52 +01:00
template feat: add option to hide woodpecker system flags (#68) 2024-05-03 22:51:11 +02:00
trace refactor: rework plugin cmd (#82) 2024-05-17 09:39:33 +02:00
types refactor: rework plugin cmd (#82) 2024-05-17 09:39:33 +02:00
util feat: add GetUserHomeDir and WriteTmpFile (#78) 2024-05-06 14:27:56 +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 ci: fix golangci-lint deprecations 2024-05-12 11:08:23 +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.27.5 (#108) 2024-10-15 10:24:12 +02:00
go.sum fix(deps): update module github.com/urfave/cli/v2 to v2.27.5 (#108) 2024-10-15 10:24:12 +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.61.0 2024-09-16 04:03:35 +00:00
README.md feat: expose cli context (#10) 2023-08-13 22:03:55 +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

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.