compose/vendor/github.com/cpuguy83/go-md2man
Michael Crosby 9659b5df51 Add *.protos to vendor
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2020-04-06 11:22:17 -04:00
..
md2man Add *.protos to vendor 2020-04-06 11:22:17 -04:00
LICENSE.md Add *.protos to vendor 2020-04-06 11:22:17 -04:00
README.md Add *.protos to vendor 2020-04-06 11:22:17 -04:00
go.mod Add *.protos to vendor 2020-04-06 11:22:17 -04:00

README.md

go-md2man

** Work in Progress ** This still needs a lot of help to be complete, or even usable!

Uses blackfriday to process markdown into man pages.

Usage

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

How to contribute

We use dep for vendoring Go packages. See dep documentation for how to update.

TODO

  • Needs oh so much testing love
  • Look into blackfriday's 2.0 API