DockerCLI/vendor/github.com/cpuguy83/go-md2man/v2
CrazyMax 7e560ae76f
vendor with go mod
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-12-16 21:16:01 +01:00
..
md2man vendor: cpuguy83/go-md2man/v2 v2.0.1 2021-07-21 10:28:34 +02:00
.gitignore vendor with go mod 2021-12-16 21:16:01 +01:00
Dockerfile vendor with go mod 2021-12-16 21:16:01 +01:00
LICENSE.md vendor: spf13/cobra v1.0.0, go-md2man v2.0.0, blackfriday v2.0.1 2020-05-04 17:00:46 +02:00
Makefile vendor with go mod 2021-12-16 21:16:01 +01:00
README.md vendor: spf13/cobra v1.0.0, go-md2man v2.0.0, blackfriday v2.0.1 2020-05-04 17:00:46 +02:00
go-md2man.1.md vendor with go mod 2021-12-16 21:16:01 +01:00
go.mod vendor: cpuguy83/go-md2man/v2 v2.0.1 2021-07-21 10:28:34 +02:00
go.sum vendor with go mod 2021-12-16 21:16:01 +01:00
md2man.go vendor: spf13/cobra v1.0.0, go-md2man v2.0.0, blackfriday v2.0.1 2020-05-04 17:00:46 +02:00

README.md

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.