mirror of https://github.com/docker/cli.git
7e560ae76f
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> |
||
---|---|---|
.. | ||
md2man | ||
.gitignore | ||
Dockerfile | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
go-md2man.1.md | ||
go.mod | ||
go.sum | ||
md2man.go |
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.