# go-md2man **Repository Path**: wandercn/go-md2man ## Basic Information - **Project Name**: go-md2man - **Description**: mirrors of https://github.com/cpuguy83/go-md2man - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-12-14 - **Last Updated**: 2023-12-14 ## 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.