Go to file
Robert Kaussow 0eaa1da5c3
add deprecation notice
2023-02-08 17:23:05 +01:00
.chglog chore: adjust changelog template to link to prs instead of issues (#8) 2021-12-12 13:09:49 +01:00
.github fix worind in readme and adjust repo config 2022-07-21 09:47:57 +02:00
template chore: switch to go1.19 (#16) 2022-08-05 13:18:35 +02:00
.dictionary chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
.drone.yml fix drone-matrix template 2023-02-08 17:04:30 +01:00
.gitignore ci: refactor build tools and ci setup (#11) 2022-04-25 12:55:25 +02:00
.golangci.yml ci: refactor build tools and ci setup (#11) 2022-04-25 12:55:25 +02:00
.markdownlint.yml chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
.prettierignore chore: end of the year maintenance 2021-12-21 10:54:58 +01:00
CONTRIBUTING.md chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
LICENSE chore: end of the year maintenance 2021-12-21 10:54:58 +01:00
Makefile chore(deps): update dependency golangci/golangci-lint to v1.51.1 2023-02-06 05:56:00 +00:00
README.md add deprecation notice 2023-02-08 17:23:05 +01:00
go.mod fix(deps): update module github.com/masterminds/sprig/v3 to v3.2.3 (#22) 2022-12-04 18:22:05 +01:00
go.sum fix(deps): update module github.com/masterminds/sprig/v3 to v3.2.3 (#22) 2022-12-04 18:22:05 +01:00
renovate.json chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00

README.md

drone-template-lib

DISCONTINUED: This library is no longer maintained and will be removed in the future. The template helpers are now part of thegeeklab/drone-plugin-lib.

Build Status Go Report Card GitHub contributors Source: GitHub License: Apache-2.0

A Go client library for Drone plugins that need to create templates.

Usage

Download the package

go get -d github.com/drone/drone-template-lib

Import the package

import "github.com/drone/drone-template-lib/template"

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.