MDecker-MobileComputing / mr4b

My (Git) repositories for Bash (mass operations on Git repositories).
GNU General Public License v3.0
0 stars 0 forks source link

Migrate man page to markdown format #8

Open MDecker-MobileComputing opened 5 years ago

MDecker-MobileComputing commented 5 years ago

NPM package remark-man to convert markdown file to man page -- but has no CLI! https://github.com/remarkjs/remark-man

See also the following answer for an example: https://stackoverflow.com/a/50666086


Markdown help file (help.md) could be transformed to plain text for command mr4b help:

    pandoc --to=plain help.md -o help.txt
MDecker-MobileComputing commented 5 years ago

ronn

md2man

https://github.com/sunaku/md2man Ruby scripts