Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cloudfoundry/libbuildpack

A library for writing buildpacks
https://github.com/cloudfoundry/libbuildpack

Last synced: 18 days ago
JSON representation

A library for writing buildpacks

Awesome Lists containing this project

README

        

# libbuildpack

A library for writing buildpacks

## Development

If you want to change mocks and thus run `go:generate` you will need

```
go get github.com/golang/mock/gomock
go get github.com/golang/mock/mockgen
```