Categorygithub.com/digitalocean/concourse-resource-library
repositorypackage
0.0.0-20200817153654-3d30972638be
Repository: https://github.com/digitalocean/concourse-resource-library.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

concourse-resource-library

Collection of Go packages for Concourse Resources

Resource Bootstrapping

This library contains a simple utility for bootstrapping new resources written in Go. It assumes the directory for the resource has not been created.

go run main.go new -r [email protected]:digitalocean/artifactory-resource.git -m github.com/digitalocean/artifactory-resource ../artifactory-resource

Credits

Parts of this library is comprised of code which was originated from the telia-oss/github-pr-resource project.