Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/cpuguy83/go-md2man


https://github.com/cpuguy83/go-md2man

Last synced: 17 days ago
JSON representation

Lists

README

        

go-md2man
=========

Converts markdown into roff (man pages).

Uses blackfriday to process markdown into man pages.

### Usage

./md2man -in /path/to/markdownfile.md -out /manfile/output/path

### How to contribute

We use go modules to manage dependencies.
As such you must be using at lest go1.11.