Skip to content

jessp01/go-md2man

 
 

Repository files navigation

GoDoc GoReportCard License

go-md2man

Converts markdown into roff (man pages).

Uses blackfriday to process markdown into man pages.

Installation

You can obtain the pre-built go-md2man binary for your OS and arch here; you can also install the go-md2man binary directly onto your $GOBIN dir with:

go install github.com/cpuguy83/go-md2man@latest

Usage

go-md2man -in /path/to/markdownfile.md -out /manfile/output/path

See go-md2man.1.md for an input example.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.4%
  • Makefile 2.1%
  • Dockerfile 1.5%