binman - UNIX man pages for Ruby bin/ scripts
What is it?
binman produces UNIX man pages for your Ruby bin/ scripts using
markdown(7), roff(7), [md2man] for conversion thereof, and man(1).
Obligatory Screenshot: http://ompldr.org/vYm5mcg <<
Here is an example bin/ script to help you get started:
https://raw.github.com/sunaku/binman/master/bin/binman
What is new?
Patch:
-
BinMan.help(): ignore
-hand--help
options after standard--skip flag. -
BinMan.show(): write temp file because
not all systems supportman -l.
Other:
-
HISTORY: group changes by version number components.
-
README: add instructions on pre-building man pages.
-
README: fix installation commands for development.
-
bundler suggests moving all dev deps into gemspec.