Go to file
Thomas Boerger ae411a1b98
Simplify gitignore file
2019-08-01 01:07:06 +02:00
template Integrate sprig for more helpers 2019-02-19 10:04:44 +01:00
.drone.yml Migrate drone config to 1.0.0 2019-02-19 10:08:13 +01:00
.gitignore Simplify gitignore file 2019-08-01 01:07:06 +02:00
LICENSE Initial commit 2017-04-25 22:29:49 +02:00
README.md Migrated initial version 2018-03-30 01:04:58 +02:00
go.mod Update dependencies to latest versions 2019-08-01 01:06:56 +02:00
go.sum Update dependencies to latest versions 2019-08-01 01:06:56 +02:00

README.md

drone-template-lib

Build Status Join the discussion at https://discourse.drone.io Drone questions at https://stackoverflow.com Go Doc Go Report

A Go client library for creating templateable plugins.

Usage

Download the packe

go get -d github.com/drone/drone-template-lib

Import the package

import "github.com/drone/drone-template-lib/template"