Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jromero/cnb-prepare
- Owner: jromero
- Created: 2022-03-26T19:59:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T11:10:27.000Z (about 2 years ago)
- Last Synced: 2024-10-31T01:41:57.215Z (2 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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``