# go-md2man **Repository Path**: keke_ys/go-md2man ## Basic Information - **Project Name**: go-md2man - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.