Registry / cloud / cnabio-cnab-go

cnabio-cnab-go

JSON →
library0.26.2gogounverified

Go library for working with Cloud Native Application Bundles (CNAB), providing types and utilities for bundle creation and manipulation.

go get github.com/cnabio/cnab-go
INSTALL
IMPORT
SIG · CNABIO-CNAB-GO
C
cnabio-cnab-go
cloudgov0.26.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cnabgo
✓ github.com/cnabio/cnab-go

Creates an empty CNAB bundle and prints its name.

package main import ( "fmt" "github.com/cnabio/cnab-go/bundle" ) func main() { b := bundle.Bundle{} fmt.Println(b.Name) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.26.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
cnabio-cnab-go — go get cnabio-cnab-go · libregistry