1go-md2man(1)                      User Manual                     go-md2man(1)
2
3
4

NAME

6       go-md2man - Convert mardown files into manpages
7
8
9

SYNOPSIS

11       go-md2man -in=[/path/to/md/file] -out=[/path/to/output]
12
13
14

Description

16       go-md2man converts standard markdown formatted documents into manpages.
17       It is
18         written purely in Go so as to reduce dependencies on 3rd party libs.
19
20
21       By default, the input is stdin and the output is stdout.
22
23
24

Example

26       Convert the markdown file "go-md2man.1.md" into a manpage.
27
28
29              go-md2man -in=README.md -out=go-md2man.1.out
30
31
32
33

HISTORY

35       January 2015, Originally compiled by Brian Goff( cpuguy83@gmail.com )
36
37
38
39go-md2man                        January 2015                     go-md2man(1)
Impressum