2018-03-29 23:04:58 +00:00
# drone-template-lib
2021-09-18 16:50:14 +00:00
[![Build Status ](https://img.shields.io/drone/build/thegeeklab/drone-template-lib?logo=drone&server=https%3A%2F%2Fdrone.thegeeklab.de )](https://drone.thegeeklab.de/thegeeklab/drone-template-lib)
[![Go Report Card ](https://goreportcard.com/badge/github.com/thegeeklab/drone-template-lib )](https://goreportcard.com/report/github.com/thegeeklab/drone-template-lib)
[![GitHub contributors ](https://img.shields.io/github/contributors/thegeeklab/drone-template-lib )](https://github.com/thegeeklab/drone-template-lib/graphs/contributors)
[![Source: GitHub ](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white )](https://github.com/thegeeklab/drone-template-lib)
2021-11-16 12:34:39 +00:00
[![License: Apache-2.0 ](https://img.shields.io/github/license/thegeeklab/drone-template-lib )](https://github.com/thegeeklab/drone-template-lib/blob/main/LICENSE)
2018-03-29 23:04:58 +00:00
2021-09-18 16:50:14 +00:00
A Go client library for Drone plugins that need to create templates.
2018-03-29 23:04:58 +00:00
## Usage
2021-09-18 16:50:14 +00:00
### Download the package
2018-03-29 23:04:58 +00:00
```bash
go get -d github.com/drone/drone-template-lib
```
### Import the package
```Go
import "github.com/drone/drone-template-lib/template"
```
2021-09-18 16:50:14 +00:00
## Contributors
Special thanks goes to all [contributors ](https://github.com/thegeeklab/drone-template-lib/graphs/contributors ). If you would like to contribute,
please see the [instructions ](https://github.com/thegeeklab/drone-template-lib/blob/main/CONTRIBUTING.md ).
## License
2021-11-16 12:34:39 +00:00
This project is licensed under the Apache-2.0 License - see the [LICENSE ](https://github.com/thegeeklab/drone-template-lib/blob/main/LICENSE ) file for details.