Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/buildpacks/libcnb

A non-opinionated language binding for the Cloud Native Buildpack Buildpack and Extension specifications
https://github.com/buildpacks/libcnb

Last synced: about 1 month ago
JSON representation

A non-opinionated language binding for the Cloud Native Buildpack Buildpack and Extension specifications

Awesome Lists containing this project

README

        

# `github.com/buildpacks/libcnb`

[![Go Reference](https://pkg.go.dev/badge/github.com/buildpacks/libcnb.svg)](https://pkg.go.dev/github.com/buildpacks/libcnb)

`libcnb` is a Go language binding of the Cloud Native Buildpacks API. It is a non-opinionated implementation adding language constructs and convenience methods for working with the API.

> For operations such as building an app, creating a builder or packaging a buildpack, you may use [`pack`](https://github.com/buildpacks/pack) as a Go library.

## Usage

#### Installation

```
go get github.com/buildpacks/libcnb
```

or for the v2 alpha

```
go get github.com/buildpacks/[email protected]
```

#### Docs

https://pkg.go.dev/github.com/buildpacks/libcnb?tab=doc

## License
This library is released under version 2.0 of the [Apache License][a].

[a]: https://www.apache.org/licenses/LICENSE-2.0