...

Text file src/github.com/cpuguy83/go-md2man/v2/README.md

Documentation: github.com/cpuguy83/go-md2man/v2

     1go-md2man
     2=========
     3
     4Converts markdown into roff (man pages).
     5
     6Uses blackfriday to process markdown into man pages.
     7
     8### Usage
     9
    10./md2man -in /path/to/markdownfile.md -out /manfile/output/path
    11
    12### How to contribute
    13
    14We use go modules to manage dependencies.
    15As such you must be using at lest go1.11.

View as plain text