/go-concourse

Provides a Go-based DSL for writing Concourse pipelines

Primary LanguageGo

Go Concourse

This repository provides a Go-based DSL for writing Concourse pipelines in native Go, which can then be rendered into Concourse YAML.

Installation

Install just like any other Go package:

go get github.com/adamthomason/go-concourse

Examples

Various examples can be found in the examples directory