mirror of
https://github.com/thegeeklab/drone-template-lib.git
synced 2024-11-05 12:30:46 +00:00
24 lines
1009 B
Markdown
24 lines
1009 B
Markdown
|
# drone-template-lib
|
||
|
|
||
|
[![Build Status](http://beta.drone.io/api/badges/drone/drone-template-lib/status.svg)](http://beta.drone.io/drone/drone-template-lib)
|
||
|
[![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"
|
||
|
```
|