Go to file
Thomas Boerger 4019baa6c5
Merge pull request #4 from steadyapp/master
Adding custom helper for regex
2018-10-04 07:18:23 +02:00
template also register helper 2018-09-25 20:41:51 +00:00
.drone.yml Migrated initial version 2018-03-30 01:04:58 +02:00
.gitignore Migrated initial version 2018-03-30 01:04:58 +02:00
Gopkg.lock Migrated initial version 2018-03-30 01:04:58 +02:00
Gopkg.toml Migrated initial version 2018-03-30 01:04:58 +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

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"