Go to file
Robert Kaussow 16ca81c679
refactor: replace unsupported raymond package with handlebars/v3 (#2)
The raymond package appears to be abandoned. This changes to a supported
fork (handlebars/v3) that has Go module support, and has some
maintenance done. Additionally, updates to latest sprig package, and
changes the logic used to skip/avoid adding sprig helpers to handlebars
when the func has an unsupported return type.

Co-authored-by: Kenneth Shaw <kenshaw@gmail.com>
2021-09-18 17:14:54 +02:00
template refactor: replace unsupported raymond package with handlebars/v3 (#2) 2021-09-18 17:14:54 +02:00
.drone.yml Remove pull 2020-09-21 07:55:24 -07:00
.gitignore Simplify gitignore file 2019-08-01 01:07:06 +02:00
go.mod refactor: replace unsupported raymond package with handlebars/v3 (#2) 2021-09-18 17:14:54 +02:00
go.sum refactor: replace unsupported raymond package with handlebars/v3 (#2) 2021-09-18 17:14:54 +02:00
LICENSE Initial commit 2017-04-25 22:29:49 +02:00
README.md Update drone badge 2020-09-18 10:41:35 -07:00

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"