You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd have to be convinced that folks wouldn't want to use them separately. Right now, I have it installed as two separate binaries so I can type coffeedoctest from the command line (actually my Cakefile as part of my test task) but I also have coffeedoc in my Cakefile as part of my docs task. We can easily handle the Cakefile thing with options, but it highlights the fact that some folks might want to use docco with coffeedoctest and I wouldn't want to discourage that. Then again, I switched from docco to coffeedoc. Maybe adding doctest capability would be the thing to tip more folks over to using our merged coffedoc/coffeedoctest. Thoughts? Anyone else reading have thoughts?
Minor issues:
I hacked the original coffeedoc code up a bunch when creating coffeedoctest (although I perfectly preserved showdown's original behavior and just added an alternative path), so it would be a little work to get them to both work from the same codebase... unless we just did the processing serially by concatenating the code (yuk).
--readme means something different in my pull request for coffeedoc than it does in coffeedoctest. Maybe you shouldn't merge that pull request until we decide. That's a minor thing that can easily be fixed though so I wouldn't want that to hold up a merge decision.
You can find it here: https://github.com/lmaccherone/coffeedoctest. I haven't pushed it to npm yet but I'm hoping to figure out how to do that tomorrow.
The text was updated successfully, but these errors were encountered: