sunaku / md2man

📚 Converts markdown into UNIX manual pages
https://sunaku.github.io/md2man/man
Other
374 stars 23 forks source link

Why does md2man depend on binman? #5

Closed postmodern closed 12 years ago

postmodern commented 12 years ago

binman depends on md2man, and should be optional for those using md2man programmatically.

sunaku commented 12 years ago

True, programmatic (within ruby) usage does not require binman. It's only needed by command line usage.

sunaku commented 12 years ago

This is the result of how I've drawn the line: I have chosen to include both CLI and API in the md2man gem. Alternatively, I could choose to maintain two gems: md2man-cli (has binman dependency) and md2man-api (no binman dependency). However, that adds more work for little benefit IMHO.

postmodern commented 12 years ago

I like it!

sunaku commented 12 years ago

I don't understand. Would you like me to maintain two gems?

postmodern commented 12 years ago

Oh no, I like the idea of including a CLI in md2man. Single gem, provides everything one might need.

sunaku commented 12 years ago

Oh good. Thanks for your feedback. :-)