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: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cpuguy83/go-md2man
- Owner: cpuguy83
- License: mit
- Created: 2014-07-30T20:03:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T22:48:10.000Z (3 months ago)
- Last Synced: 2024-10-29T19:59:56.543Z (3 months ago)
- Language: Go
- Size: 334 KB
- Stars: 233
- Watchers: 12
- Forks: 65
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- go-awesome - go-md2man - Convert markdown to manpage content (Open source library / Word Processing)
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@latestgo-md2man -in /path/to/markdownfile.md -out /manfile/output/path
```