Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

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

Converts markdown into roff (man pages).

Uses [blackfriday](https://github.com/russross/blackfriday) to process markdown into man pages.

### Usage

```bash
go install github.com/cpuguy83/go-md2man@latest

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