Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

thegeeklab/drone-template-lib

Repository files navigation

drone-template-lib

DISCONTINUED: This library is no longer maintained and will be removed in the future. The template helpers are now part of thegeeklab/drone-plugin-lib.

Build Status Go Report Card GitHub contributors Source: GitHub License: Apache-2.0

A Go client library for Drone plugins that need to create templates.

Usage

Download the package

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

Import the package

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

Contributors

Special thanks to all contributors. If you would like to contribute, please see the instructions.

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.