Go to file
Robert Kaussow e01c4a4fa3
add test deps
2021-09-18 18:18:42 +02:00
.chglog chore: apply default repo structure 2021-09-18 17:55:02 +02:00
.github chore: apply default repo structure 2021-09-18 17:55:02 +02:00
template refactor: replace unsupported raymond package with handlebars/v3 (#2) 2021-09-18 17:14:54 +02:00
.dictionary chore: apply default repo structure 2021-09-18 17:55:02 +02:00
.drone.jsonnet chore: apply default repo structure 2021-09-18 17:55:02 +02:00
.drone.yml chore: apply default repo structure 2021-09-18 17:55:02 +02:00
.gitignore chore: apply default repo structure 2021-09-18 17:55:02 +02:00
.markdownlint.yml chore: apply default repo structure 2021-09-18 17:55:02 +02:00
.prettierignore chore: apply default repo structure 2021-09-18 17:55:02 +02:00
CONTRIBUTING.md chore: apply default repo structure 2021-09-18 17:55:02 +02:00
LICENSE chore: apply default repo structure 2021-09-18 17:55:02 +02:00
README.md Update drone badge 2020-09-18 10:41:35 -07:00
go.mod add test deps 2021-09-18 18:18:42 +02:00
go.sum add test deps 2021-09-18 18:18:42 +02:00
renovate.json chore: apply default repo structure 2021-09-18 17:55:02 +02:00
tools.go add test deps 2021-09-18 18:18:42 +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"