Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jromero/cnb-prepare

Common prepare operations for Cloud Native Buildpacks.
https://github.com/jromero/cnb-prepare

Last synced: 16 days ago
JSON representation

Common prepare operations for Cloud Native Buildpacks.

Awesome Lists containing this project

README

        

# 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:

```console
$ make
$ ./bin/preparer
```

### Testing

``make test``