rclone/vendor/github.com/cpuguy83/go-md2man
2017-09-30 15:27:27 +01:00
..
md2man vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
.gitignore Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
Dockerfile vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
go-md2man.1.md Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
Gopkg.lock vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
Gopkg.toml vendor: update all dependencies to latest versions 2017-09-30 15:27:27 +01:00
LICENSE.md Use a vendor directory for repeatable builds - fixes #816 2016-11-05 18:18:08 +00:00
md2man.go Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00
README.md Switch to using the dep tool and update all the dependencies 2017-05-11 15:39:54 +01:00

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