Skip to content

Files

Latest commit

7eb3b85 · Mar 28, 2022

History

History
18 lines (11 loc) · 299 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 299 Bytes

CNB Prepare

Common prepare operations for Cloud Native Buildpacks.

Getting started

This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.

Running it then should be as simple as:

$ make
$ ./bin/preparer

Testing

make test