Go to file
Robert Kaussow b793b7638d
bump module major version to v2
2021-09-18 19:11:32 +02:00
.chglog chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
.github chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
template refactor: replace unsupported raymond package with handlebars/v3 (#2) 2021-09-18 17:14:54 +02:00
.dictionary chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
.drone.jsonnet fix release pipeline 2021-09-18 18:55:05 +02:00
.drone.yml fix release pipeline 2021-09-18 18:55:05 +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 chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02:00
go.mod bump module major version to v2 2021-09-18 19:11:32 +02:00
go.sum chore: apply default repo structure (#3) 2021-09-18 18:50:14 +02: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: MIT

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 MIT License - see the LICENSE file for details.