Closed weiss closed 1 year ago
That makes sense to me. What we could do is move the responsibility of setting --package
from this plugin to rebar3_hex.
This is old, but not forgotten. I think what would be better is add an option for this plugin {no_package, true}
or something similar, then rebar3_hex doesn't have concern itself with particulars of this plugin.
Thoughts?
I think what would be better is add an option for this plugin {no_package, true} or something similar
Sounds good to me :+1:
I use ExDoc for documenting a "top-level" application (as opposed to a library to be used by others) which isn't published to Hex. Therefore, it would be nice if there was a way to avoid specifying the
--package
argument, which adds links to Hex.pm.