Registry / cli / dimiro1-banner

dimiro1-banner

JSON →
library1.1.0gogounverified

A Go library for rendering ASCII art banners in terminal applications.

go get github.com/dimiro1/banner
INSTALL
IMPORT
SIG · DIMIRO1-BANNER
D
dimiro1-banner
cligov1.1.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.

banner
github.com/dimiro1/banner

Display a banner with the text 'Hello'.

package main import ( "fmt" "github.com/dimiro1/banner" "os" ) func main() { banner.Init(os.Stdout, true, true, "Hello") fmt.Println("Banner displayed") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
dimiro1-banner — go get dimiro1-banner · libregistry