https://github.com/drone/drone-template-lib
library for generating templates in notification plugins
https://github.com/drone/drone-template-lib
Last synced: 5 months ago
JSON representation
library for generating templates in notification plugins
- Host: GitHub
- URL: https://github.com/drone/drone-template-lib
- Owner: drone
- License: apache-2.0
- Created: 2017-04-25T20:29:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T22:33:35.000Z (almost 5 years ago)
- Last Synced: 2024-06-18T17:03:44.693Z (about 2 years ago)
- Language: Go
- Size: 37.1 KB
- Stars: 13
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drone-template-lib
[](https://cloud.drone.io/drone/drone-template-lib)
[](https://discourse.drone.io)
[](https://stackoverflow.com/questions/tagged/drone.io)
[](http://godoc.org/github.com/drone/drone-template-lib)
[](https://goreportcard.com/report/github.com/drone/drone-template-lib)
A Go client library for creating templateable [plugins](http://plugins.drone.io).
## Usage
### Download the packe
```bash
go get -d github.com/drone/drone-template-lib
```
### Import the package
```Go
import "github.com/drone/drone-template-lib/template"
```