You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Robert Kaussow 0eaa1da5c3
add deprecation notice
1 month ago
.chglog chore: adjust changelog template to link to prs instead of issues (#8) 1 year ago
.github fix worind in readme and adjust repo config 8 months ago
template chore: switch to go1.19 (#16) 8 months ago
.dictionary chore: apply default repo structure (#3) 2 years ago
.drone.yml fix drone-matrix template 1 month ago
.gitignore ci: refactor build tools and ci setup (#11) 11 months ago
.golangci.yml ci: refactor build tools and ci setup (#11) 11 months ago
.markdownlint.yml chore: apply default repo structure (#3) 2 years ago
.prettierignore chore: end of the year maintenance 1 year ago
CONTRIBUTING.md chore: apply default repo structure (#3) 2 years ago
LICENSE chore: end of the year maintenance 1 year ago
Makefile chore(deps): update dependency golangci/golangci-lint to v1.51.1 1 month ago
README.md add deprecation notice 1 month ago
go.mod fix(deps): update module github.com/masterminds/sprig/v3 to v3.2.3 (#22) 4 months ago
go.sum fix(deps): update module github.com/masterminds/sprig/v3 to v3.2.3 (#22) 4 months ago
renovate.json chore: apply default repo structure (#3) 2 years ago

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.