Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cloudfoundry/libbuildpack
- Owner: cloudfoundry
- License: apache-2.0
- Created: 2017-02-03T19:54:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T16:54:27.000Z (5 months ago)
- Last Synced: 2024-11-16T03:06:45.157Z (27 days ago)
- Language: Go
- Homepage:
- Size: 946 KB
- Stars: 35
- Watchers: 21
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - libbuildpack - A library for writing buildpacks (Go)
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
```