mirror of
https://github.com/thegeeklab/drone-template-lib.git
synced 2024-11-16 09:50:39 +00:00
.chglog | ||
.github | ||
template | ||
.dictionary | ||
.dockerignore | ||
.drone.jsonnet | ||
.drone.yml | ||
.gitignore | ||
.golangci.yml | ||
.markdownlint.yml | ||
.prettierignore | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md | ||
renovate.json |
drone-template-lib
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.