Registry / utility / muesli-roff

muesli-roff

JSON →
library0.1.0gogounverified

Package roff provides utilities for generating roff (man page) documents in Go.

go get github.com/muesli/roff
INSTALL
IMPORT
SIG · MUESLI-ROFF
M
muesli-roff
utilitygov0.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.

roff
github.com/muesli/roff

Creates a simple man page document.

package main import ( "fmt" "github.com/muesli/roff" ) func main() { doc := roff.NewDocument() doc.AddSection(roff.NewSection("NAME", "foo - a program")) fmt.Println(doc.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
muesli-roff — go get muesli-roff · libregistry