Registry / cli / astroprofundis-tabby

astroprofundis-tabby

JSON →
library1.1.1gogounverified

A Go library for tabular data formatting and display.

go get github.com/AstroProfundis/tabby
INSTALL
IMPORT
SIG · ASTROPROFUNDIS-TAB
A
astroprofundis-tabby
cligov1.1.1
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.

tabby
github.com/AstroProfundis/tabby

Create and render a simple table

package main import ( "fmt" "github.com/AstroProfundis/tabby" ) func main() { t := tabby.New() t.AddHeader("Name", "Age") t.AddLine("Alice", 30) t.AddLine("Bob", 25) fmt.Println(t.Render()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
Resources
astroprofundis-tabby — go get astroprofundis-tabby · libregistry