mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 21:07:52 +00:00
.. | ||
md2man | ||
.gitignore | ||
Dockerfile | ||
go-md2man.1.md | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE.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