Registry / cli / delta456-box-cli-maker-v2

delta456-box-cli-maker-v2

JSON →
library2.4.0gogounverified

A highly customizable terminal box creator for Go, with multiple styles and color support.

go get github.com/Delta456/box-cli-maker/v2
INSTALL
IMPORT
SIG · DELTA456-BOX-CLI-M
D
delta456-box-cli-maker-v2
cligov2.4.0
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.

box
github.com/Delta456/box-cli-maker/v2

Create a box with a title and content, then print it.

package main import ( "fmt" "github.com/Delta456/box-cli-maker/v2" ) func main() { bx := box.New(box.Config{Px: 2, Py: 1, Type: "Single", TitlePos: "Inside"}) fmt.Println(bx.String("Hello", "World")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
OpenAI (training)
1
Resources
delta456-box-cli-maker-v2 — go get delta456-box-cli-maker-v2 · libregistry