Go to file
Robert Kaussow 53981ac8c9
chore: adjust changelog template to link to prs instead of issues (#8)
2021-12-12 13:09:49 +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 drone yaml format and switch to drone-matrix plugin (#5) 2021-09-19 20:42:20 +02:00
template adjust license header formatting 2021-09-18 19:21:41 +02:00
.dictionary chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
.drone.jsonnet improve drone-matrix template 2021-09-22 09:57:47 +02:00
.drone.yml improve drone-matrix template 2021-09-22 09:57:47 +02:00
.gitignore chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
.markdownlint.yml chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
.prettierignore chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
CONTRIBUTING.md chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
LICENSE chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
README.md fix license name in readme (#7) 2021-11-16 13:34:39 +01:00
go.mod fix(deps): update module honnef.co/go/tools to v0.2.2 (#6) 2021-11-15 22:18:11 +01:00
go.sum fix(deps): update module honnef.co/go/tools to v0.2.2 (#6) 2021-11-15 22:18:11 +01:00
renovate.json chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
tools.go chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00

README.md

drone-template-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 goes 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.