binman - UNIX man pages for Ruby bin/ scripts
https://github.com/sunaku/binman#readme
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?
Breaking changes:
- Removed the
binman/gemspec
helper library because it did not play
well with Bundler. Use the standardadd_runtime_dependency
method
instead. This[1] example shows what work is involved in upgrading.
External changes:
- The
binman/Rakefile
helper library now hooks into Bundler’s Rake
tasks. Be sure to add man// files to your gemspec accordingly[1].
[1]