LearnGO/go/pkg/mod/github.com/cpuguy83/go-md2man/v2@v2.0.2
2024-09-19 21:38:24 -04:00
..
.github whatcanGOwrong 2024-09-19 21:38:24 -04:00
hack/ci whatcanGOwrong 2024-09-19 21:38:24 -04:00
md2man whatcanGOwrong 2024-09-19 21:38:24 -04:00
vendor whatcanGOwrong 2024-09-19 21:38:24 -04:00
.gitignore whatcanGOwrong 2024-09-19 21:38:24 -04:00
Dockerfile whatcanGOwrong 2024-09-19 21:38:24 -04:00
go-md2man.1.md whatcanGOwrong 2024-09-19 21:38:24 -04:00
go.mod whatcanGOwrong 2024-09-19 21:38:24 -04:00
go.sum whatcanGOwrong 2024-09-19 21:38:24 -04:00
LICENSE.md whatcanGOwrong 2024-09-19 21:38:24 -04:00
Makefile whatcanGOwrong 2024-09-19 21:38:24 -04:00
md2man.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
README.md whatcanGOwrong 2024-09-19 21:38:24 -04:00

go-md2man

Converts markdown into roff (man pages).

Uses blackfriday to process markdown into man pages.

Usage

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

How to contribute

We use go modules to manage dependencies. As such you must be using at lest go1.11.