mirror of https://github.com/docker/cli.git
343d836a95
Also cleanup the scripts a bit to be more consistent, and fail on errors. Signed-off-by: Daniel Nephin <dnephin@docker.com> |
||
---|---|---|
.. | ||
md2man | ||
LICENSE.md | ||
README.md | ||
md2man.go |
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