Switch to dep. Update the following: - azure-sdk-for-go to 10.2.1-beta - go-autorest to 8.1.1 - client-go to 4.0.0 Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com> |
||
---|---|---|
.. | ||
md2man | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
go-md2man.1.md | ||
md2man.go | ||
vendor.yml |
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