Registry / utility / gobuffalo-meta

gobuffalo-meta

JSON →
library0.3.3gogounverified

Provides metadata about a Go Buffalo application, such as its name, package path, and build information.

go get github.com/gobuffalo/meta
INSTALL
IMPORT
SIG · GOBUFFALO-META
G
gobuffalo-meta
utilitygov0.3.3
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.

meta
github.com/gobuffalo/meta

Create a meta object for the current directory and print the app name.

package main import ( "fmt" "github.com/gobuffalo/meta" ) func main() { app := meta.New(".") fmt.Println(app.Name) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gobuffalo-meta — go get gobuffalo-meta · libregistry