drone-template-lib/README.md

24 lines
1013 B
Markdown
Raw Normal View History

2018-03-30 01:04:58 +02:00
# drone-template-lib
2020-09-18 19:41:35 +02:00
[![Build Status](https://cloud.drone.io/api/badges/drone/drone-template-lib/status.svg)](https://cloud.drone.io/drone/drone-template-lib)
2018-03-30 01:04:58 +02:00
[![Join the discussion at https://discourse.drone.io](https://img.shields.io/badge/discourse-forum-orange.svg)](https://discourse.drone.io)
[![Drone questions at https://stackoverflow.com](https://img.shields.io/badge/drone-stackoverflow-orange.svg)](https://stackoverflow.com/questions/tagged/drone.io)
[![Go Doc](https://godoc.org/github.com/drone/drone-template-lib?status.svg)](http://godoc.org/github.com/drone/drone-template-lib)
[![Go Report](https://goreportcard.com/badge/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"
```