File: README.md

package info (click to toggle)
go-md2man 1.0.8%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 132 kB
  • sloc: sh: 18; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 [dep](https://github.com/golang/dep/) for vendoring Go packages.
See dep documentation for how to update.

### TODO

- Needs oh so much testing love
- Look into blackfriday's 2.0 API