binman produces UNIX manual pages for executable scripts using
md2man. It supports any scripting language that either has
multi-line comments or uses #
for single-line comments, such
as Ruby, Perl, Python, Node.js, Tcl, AWK, UNIX shell, and more!
- Manuals: man/index — binman
- Sources: GitHub - sunaku/binman: 🤓 Creates manual pages from header comments
- Support: Issues · sunaku/binman · GitHub
- Package: binman | RubyGems.org | your community gem host
Demonstration of HTML manual page output from binman-rake(1):
Version 4.0.0 (2014-10-26)
Major:
-
binman(1): Rename the
load
command tosnip
and removeconv
.-
The
binman conv
command has been removed; usemd2man-roff
instead. -
We no longer require a specific md2man version at runtime; any
will do.
-
-
Upgrade to md2man 4.0, which no longer expands cross references in
code
spans and code blocks. Your manuals might be rendered differently
now.