DockerCLI/vendor/github.com/cpuguy83/go-md2man
Daniel Nephin 343d836a95 Run docs and man generation in CI
Also cleanup the scripts a bit to be more consistent, and fail on errors.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-06-14 14:59:48 -07:00
..
md2man Add missing dependencies to vendor, and fix generation imports 2017-06-02 11:12:43 -04:00
LICENSE.md Add missing dependencies to vendor, and fix generation imports 2017-06-02 11:12:43 -04:00
README.md Add missing dependencies to vendor, and fix generation imports 2017-06-02 11:12:43 -04:00
md2man.go Run docs and man generation in CI 2017-06-14 14:59:48 -07: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 govend for vendoring Go packages.

How to update dependencies: govend -v -u --prune