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.
|
1 month ago | |
---|---|---|
.chglog | 1 year ago | |
.github | 8 months ago | |
template | 8 months ago | |
.dictionary | 2 years ago | |
.drone.yml | 1 month ago | |
.gitignore | 11 months ago | |
.golangci.yml | 11 months ago | |
.markdownlint.yml | 2 years ago | |
.prettierignore | 1 year ago | |
CONTRIBUTING.md | 2 years ago | |
LICENSE | 1 year ago | |
Makefile | 1 month ago | |
README.md | 1 month ago | |
go.mod | 4 months ago | |
go.sum | 4 months ago | |
renovate.json | 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.
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.