2017-08-05 09:08:33 +00: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
|
|
|
|
|
2018-03-30 09:48:16 +00:00
|
|
|
We use [dep](https://github.com/golang/dep/) for vendoring Go packages.
|
|
|
|
See dep documentation for how to update.
|
2017-08-05 09:08:33 +00:00
|
|
|
|
2018-03-30 09:48:16 +00:00
|
|
|
### TODO
|
2017-08-05 09:08:33 +00:00
|
|
|
|
2018-03-30 09:48:16 +00:00
|
|
|
- Needs oh so much testing love
|
|
|
|
- Look into blackfriday's 2.0 API
|